mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The old name `push_notify_user_ids` was misleading, because it does not contain user ids which should be notified for the current message, but rather user ids who have the online push notifications setting enabled. When the Tornado server is restarted during an upgrade, if server has old events with the `push_notify_user_ids` fields, the server will throw error after this rename. Hence, we need to explicitly handle such cases while processing the event.
Zulip Markdown documentation hosted elsewhere
The Markdown files in this directory ( /zulip/docs ) are not intended to be read on GitHub. Instead, visit our ReadTheDocs to read the Zulip documentation.