mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 10:03:56 +00:00
api: Fix encoding of strings in video calls endpoint.
This removes unnecessary json_validator for string parameters in the BigBlueButton video calls endpoints. Note that this breaks links to video meetings sent before the upgrade; there's not much we can do about that. Since this is the last commit in this series, we update the ZULIP_FEATURE_LEVEL for this batch of changes. Fixes part of #18035.
This commit is contained in:
committed by
Tim Abbott
parent
36ad9b7d0e
commit
00647b6fa7
@@ -30,7 +30,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
|
||||
#
|
||||
# Changes should be accompanied by documentation explaining what the
|
||||
# new level means in templates/zerver/api/changelog.md.
|
||||
API_FEATURE_LEVEL = 62
|
||||
API_FEATURE_LEVEL = 63
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user