feat(realtime): sync message edits and deletes instantly

This commit is contained in:
2026-03-08 13:17:09 +03:00
parent eda84d4d82
commit 13b5f5b855
5 changed files with 70 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ RealtimeEventName = Literal[
"disconnect",
"send_message",
"receive_message",
"message_updated",
"message_deleted",
"typing_start",
"typing_stop",
"message_read",