Don't send typing notifications unless `send_private_typing_notifications` setting is enabled.
#5,042 opened on Oct 8, 2021
Repository metrics
- Stars
- (1,348 stars)
- PR merge metrics
- (PR metrics pending)
Description
In https://github.com/zulip/zulip/pull/19200, we've added new privacy settings for whether to send typing notifications.
The server will reject typing notification requests if this setting is disabled, so it won't be a user-facing bug to ignore this unless the client-side error handling causes that to be the case. I'll be deploying the feature to CZO soon.
(Note that we're also adding send_stream_typing_notifications, but stream-level typing notifications are not fully implemented yet -- though I think it's mostly client code that's missing and the server implementation is complete). See #4702 for more on that.