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:
afeefuddin
2024-06-15 15:27:13 +05:30
committed by Tim Abbott
parent f148a7a3ed
commit 17e2d46760
4 changed files with 101 additions and 77 deletions

View File

@@ -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",