mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
All usages of json_to_dict were replaced with the check_dict validator. The check_dict validations can eventually be extended to validate the keys and values of incoming data, but now we just use check_dict([]) in all the places where we had json_to_dict, which means we aren't checking for any specific keys; we are just making sure it's a dictionary. (imported from commit fc5add9a7ef149dfac2a9a6d9a153799c4c0c24d)
ZILENCER -- The Zulip License Manager
This app is the place for storing state about various deployments of Zulip that exist in the world.