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:
Ahtisham Shahid
2024-03-20 13:17:45 +05:00
committed by GitHub
parent cee42fd543
commit c344fdc698
8 changed files with 105 additions and 19 deletions

View File

@@ -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'