zulip/docs
Sahil Batra 04693b6ac1 message_edit: Send only changed settings in event data and api response.
Previously, we included all three message edit related settings
("allow_message_editing", "message_content_edit_limit_seconds" and
"edit_topic_policy") in the event data and api response irrespective
of which of these settings were changed. Now, we only include changed
settings and separate events are sent for each setting if more than
one of them is changed.

Note that the previous typed in event_schema.py for
`message_content_edit_limit_seconds` incorrectly did not allow `None`
as a value, which is used to encode no limit.
2022-09-28 11:47:40 -07:00
..
_static readthedocs: Add proper backlink to the Zulip homepage. 2021-07-06 10:59:59 -07:00
_templates docs: Follow Sphinx 4 rename of master_doc to root_doc. 2021-08-31 14:24:16 -07:00
contributing docs: Reorganize contribution documentation. 2022-09-21 21:55:36 -07:00
development docs: Fix extra period typo. 2022-09-23 14:46:06 -07:00
documentation docs: Update tutorial section on documenting keyboard shortcuts. 2022-09-13 11:21:09 -07:00
git docs: Rename setup-vagrant.md -> setup-recommended.md. 2022-09-15 15:54:14 -07:00
images docs: Add missing width to Zulip logo. 2021-02-05 09:49:33 -08:00
outreach docs: Reorganize contribution documentation. 2022-09-21 21:55:36 -07:00
overview auth: Fix up AzureAD Oauth2 docs and config. 2022-09-06 11:58:08 -07:00
production help: Document upgrading Ubuntu 20.04 to 22.04. 2022-09-27 15:51:57 -07:00
subsystems docs: Update documentation for secrets related settings. 2022-08-25 14:50:41 -07:00
testing requirements: Remove unused mypy.txt lock file. 2022-09-08 11:08:06 -07:00
translating docs: Capitalize Handlebars consistently. 2022-06-27 13:35:10 -07:00
tutorials message_edit: Send only changed settings in event data and api response. 2022-09-28 11:47:40 -07:00
.gitignore
Makefile Revert "docs: Temporarily disable parallel building." 2022-02-28 16:28:31 -08:00
README.md docs: Capitalize Markdown consistently. 2020-08-11 10:23:06 -07:00
THIRDPARTY icons: Change mute icon from bell to speaker. 2022-09-09 17:32:19 -07:00
code-of-conduct.md
conf.py docs: Convert .html#fragment links to .md#fragment. 2022-02-28 16:28:31 -08:00
index.md docs: Reorganize contribution documentation. 2022-09-21 21:55:36 -07:00
requirements.readthedocs.txt requirements: Rename requirements files. 2017-11-21 02:38:26 +05:30

README.md

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.