We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea89e95 commit 095d5d8Copy full SHA for 095d5d8
zulip/zulip/__init__.py
@@ -58,7 +58,7 @@
58
# Message flags which may be directly modified by the current user:
59
# - Updated by `update_message_flags` (and for the `read` flag, also
60
# the `mark_all_as_read`, `mark_stream_as_read`, and
61
-# `mark_topic_as_read` actions.
+# `mark_topic_as_read` actions).
62
# - User is notified of changes via `update_message_flags` events.
63
# See subset of https://zulip.com/api/update-message-flags#available-flags
64
ModifiableMessageFlag = Literal["read", "starred", "collapsed"]
0 commit comments