mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 07:19:15 +02:00
See #890: web UI and email notifications on new reports
This commit is contained in:
parent
368b70d3a9
commit
c9a9615be8
15 changed files with 292 additions and 4 deletions
3
api/funkwhale_api/moderation/signals.py
Normal file
3
api/funkwhale_api/moderation/signals.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
import django.dispatch
|
||||
|
||||
report_created = django.dispatch.Signal(providing_args=["report"])
|
Loading…
Add table
Add a link
Reference in a new issue