Also fix it so that reports against dmails include the key in the dmail link so that mods can view the reported dmail.
7 lines
95 B
Ruby
7 lines
95 B
Ruby
FactoryBot.define do
|
|
factory(:moderation_report) do
|
|
creator
|
|
reason {"xxx"}
|
|
end
|
|
end
|