mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
This starts the concept of a schema checker, similar to zerver/lib/validator.py on the server. We can use this to validate incoming data. Our server should filter most of our incoming data, but it's useful to have client-side checking to defend against things like upgrade regressions (i.e. what if we change the name of the field on the server side without updating all client uses).
1.3 KiB
1.3 KiB