feat: added channels column to send notification on specific channels (#34289)
* feat: added channels column to send notifications on specific channels
This commit is contained in:
@@ -2681,7 +2681,7 @@ EDXAPP_PARSE_KEYS = {}
|
||||
############## NOTIFICATIONS EXPIRY ##############
|
||||
NOTIFICATIONS_EXPIRY = 60
|
||||
EXPIRED_NOTIFICATIONS_DELETE_BATCH_SIZE = 10000
|
||||
NOTIFICATION_CREATION_BATCH_SIZE = 99
|
||||
NOTIFICATION_CREATION_BATCH_SIZE = 83
|
||||
|
||||
############################ AI_TRANSLATIONS ##################################
|
||||
AI_TRANSLATIONS_API_URL = 'http://localhost:18760/api/v1'
|
||||
|
||||
Reference in New Issue
Block a user