mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-28 23:23:09 +00:00
provide notifications on commenting
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user