mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
message_store: Rewrite RawMessage type using Zod.
This commit rework RawMessage and it's related type to use Zod for parsing the data received from the server.
This commit is contained in:
@@ -259,7 +259,6 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/topic_list.ts",
|
||||
"web/src/topic_popover.js",
|
||||
"web/src/tutorial.js",
|
||||
"web/src/types.ts",
|
||||
"web/src/typing.ts",
|
||||
"web/src/typing_events.ts",
|
||||
"web/src/ui_init.js",
|
||||
|
||||
Reference in New Issue
Block a user