zulip/docs
Abhijeet Prasad Bodas ddd123f133 message send: Rename push_notify_user_ids -> online_push_user_ids.
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.
2021-05-26 15:13:08 -07:00
..
_static travis: Removed screen cast of Travis setup. 2020-06-01 14:12:11 -07:00
_templates docs: Replace legacy roadmap.md with release lifecycle page. 2021-05-05 09:08:43 -07:00
contributing docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
development docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
documentation docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
git docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
images docs: Add missing width to Zulip logo. 2021-02-05 09:49:33 -08:00
overview docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
production docs: Update documentation for new database user and dbname flags. 2021-05-25 13:56:05 -07:00
subsystems message send: Rename push_notify_user_ids -> online_push_user_ids. 2021-05-26 15:13:08 -07:00
testing docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
translating docs: Correct “webapp” to “web app”. 2021-05-14 13:15:38 -07:00
tutorials docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
.gitignore gitignore: Anchor patterns that should be anchored. 2017-07-19 14:03:49 -07:00
code-of-conduct.md repository: Add CODE_OF_CONDUCT.md. 2017-06-14 18:43:08 -07:00
conf.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
index.rst docs: Use zulip.com rather than zulip.org (which just redirects). 2020-09-12 11:22:08 -07:00
Makefile docs: Replace Makefile based on output of newer sphinx-quickstart. 2019-12-02 18:39:33 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30
THIRDPARTY docs: Remove a file which no longer exists from THIRDPARTY. 2021-05-25 21:00:26 -07:00

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.