feat(realtime): live online/offline events and unified search
Some checks failed
CI / test (push) Failing after 18s
Some checks failed
CI / test (push) Failing after 18s
- add websocket events user_online/user_offline - broadcast presence changes on first connect and final disconnect only - apply live presence updates in web chat store and realtime hook - move public discover into unified left search (users + groups/channels) - remove separate Discover Chats dialog/menu entry
This commit is contained in:
@@ -15,6 +15,8 @@ RealtimeEventName = Literal[
|
||||
"typing_stop",
|
||||
"message_read",
|
||||
"message_delivered",
|
||||
"user_online",
|
||||
"user_offline",
|
||||
"error",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user