user_settings: Add settings to configure sending typing notifications.

Note: These are not functional in enabling/disabling sending of
typing notifications with this commit.

Refactored the privacy settings update to keep the code less
duplicated along with making the addition of new settings easier.
This commit is contained in:
Dinesh
2021-10-03 12:06:36 +05:30
committed by Tim Abbott
parent 0b68f264c6
commit 6d2b8f5ca9
12 changed files with 165 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 104
API_FEATURE_LEVEL = 105
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump