provide notifications on commenting

This commit is contained in:
Markos Gogoulos
2020-12-25 16:42:56 +02:00
parent 30ed940276
commit 969d8a0eac
3 changed files with 39 additions and 10 deletions

View File

@ -173,7 +173,8 @@ MINIMUM_RESOLUTIONS_TO_ENCODE = [240, 360]
USERS_NOTIFICATIONS = {
"MEDIA_ADDED": True, # in use
"MEDIA_ENCODED": False, # not implemented
"MEDIA_REPORTED": False, # not implemented
"MEDIA_REPORTED": True, # in use
"COMMENT_ADDED": True, # in use
}
ADMINS_NOTIFICATIONS = {