Compare commits

...

1 Commits

Author SHA1 Message Date
Vara Rahul Rajana fefe1236a8 fix: prevent redundant sync re-initialization on room navigation 2026-04-12 02:38:00 +05:30
+1
View File
@@ -293,6 +293,7 @@ const syncSpace = (url: string) => {
}
}
const relayKinds = [RELAY_MEMBERS, RELAY_ADD_MEMBER, RELAY_REMOVE_MEMBER]
const roomMetaKinds = [ROOM_META, ROOM_ADMINS, ROOM_MEMBERS, LIVEKIT_PARTICIPANTS]
const roomMemberKinds = [ROOM_DELETE, ROOM_JOIN, ROOM_LEAVE, ROOM_ADD_MEMBER, ROOM_REMOVE_MEMBER]