mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
typing: Remove an unnecessary comment in zerver/actions/typing.py
.
The comment was incorrectly placed and misleadingly suggested that `long_term_idle` subscribers were excluded from `subscription_query`, whereas they were not.
This commit is contained in:
@@ -81,7 +81,6 @@ def do_send_stream_typing_notification(
|
||||
topic=topic_name,
|
||||
)
|
||||
|
||||
# We don't notify long_term_idle subscribers.
|
||||
subscriptions_query = get_active_subscriptions_for_stream_id(
|
||||
stream.id, include_deactivated_users=False
|
||||
)
|
||||
|
Reference in New Issue
Block a user