Don't send typing notifications unless `send_private_typing_notifications` setting is enabled.
#5.042 aberto em 8 de out. de 2021
Métricas do repositório
- Stars
- (1.348 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.