bots: Rename is_cross_realm_bot API field to is_system_bot.

Cross realm bots will soon stop being a thing. This param is responsible
for displaying "System Bot" in the user info popover - so this rename is the
right way to handle the situation.

We will likely want to rename the `cross_realm_bots` section as well,
but that is a more involved API migration.
This commit is contained in:
Mateusz Mandera
2021-03-07 15:51:55 +01:00
committed by Tim Abbott
parent 1652e5c031
commit 119f1da04a
8 changed files with 23 additions and 12 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 = 82
API_FEATURE_LEVEL = 83
# 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