Updates report model

This commit is contained in:
Mouse Reeve
2022-02-24 12:48:52 -08:00
parent 3ce8b3390e
commit ad41f19dc5
11 changed files with 93 additions and 19 deletions

View File

@ -109,7 +109,7 @@ def automod_statuses(reporter):
reporter=reporter,
note=_("Automatically generated report"),
user=s.user,
statuses=[s.id],
status=s,
)
for s in statuses
]