Skip to content

Commit

Permalink
chore: updated version of notifications pref (#33486)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid authored Oct 13, 2023
1 parent 2033dcf commit 4acd6c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions openedx/core/djangoapps/notifications/base_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@
'notification_app': 'discussion',
'name': 'response_on_followed_post',
'is_core': True,
'web': False,
'email': False,
'push': False,
'info': '',
'non_editable': [],
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> responded to a post you’re following: '
Expand All @@ -99,9 +96,6 @@
'notification_app': 'discussion',
'name': 'comment_on_followed_post',
'is_core': True,
'web': False,
'email': False,
'push': False,
'info': '',
'non_editable': [],
'content_template': _('<{p}><{strong}>{replier_name}</{strong}> commented on {author_name}\'s response in '
Expand Down
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/notifications/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
NOTIFICATION_CHANNELS = ['web', 'push', 'email']

# Update this version when there is a change to any course specific notification type or app.
COURSE_NOTIFICATION_CONFIG_VERSION = 3
COURSE_NOTIFICATION_CONFIG_VERSION = 4


def get_course_notification_preference_config():
Expand Down

0 comments on commit 4acd6c2

Please sign in to comment.