mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
models: Improve documentation for FOLLOWED UserTopics.
This commit is contained in:
@@ -2620,7 +2620,9 @@ class UserTopic(models.Model):
|
||||
# belongs to a muted stream.
|
||||
UNMUTED = 2
|
||||
|
||||
# This topic will behave like `UNMUTED`, plus will also always trigger notifications.
|
||||
# This topic will behave like `UNMUTED`, plus some additional
|
||||
# display and/or notifications priority that is TBD and likely to
|
||||
# be configurable; see #6027. Not yet implemented.
|
||||
FOLLOWED = 3
|
||||
|
||||
visibility_policy_choices = (
|
||||
|
||||
Reference in New Issue
Block a user