summaryrefslogtreecommitdiffstats
path: root/forum/const/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum/const/__init__.py')
-rw-r--r--forum/const/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/forum/const/__init__.py b/forum/const/__init__.py
index e3f086aa..0da9ec22 100644
--- a/forum/const/__init__.py
+++ b/forum/const/__init__.py
@@ -125,6 +125,7 @@ TYPE_ACTIVITY = (
)
+#MENTION activity is added implicitly, unfortunately
RESPONSE_ACTIVITY_TYPES_FOR_INSTANT_NOTIFICATIONS = (
TYPE_ACTIVITY_COMMENT_QUESTION,
TYPE_ACTIVITY_COMMENT_ANSWER,
@@ -136,6 +137,7 @@ RESPONSE_ACTIVITY_TYPES_FOR_INSTANT_NOTIFICATIONS = (
#the same as for instant notifications for now
+#MENTION activity is added implicitly, unfortunately
RESPONSE_ACTIVITY_TYPES_FOR_DISPLAY = (
TYPE_ACTIVITY_ANSWER,
TYPE_ACTIVITY_ASK_QUESTION,