remove user online status

This commit is contained in:
Anton SHEPILOV
2024-02-03 14:25:42 +01:00
parent b35687829c
commit ceee21b5eb
18 changed files with 4695 additions and 9195 deletions
@@ -80,7 +80,6 @@ export default class RoomManager implements RealtimeRoomManager {
try {
//Public rooms we just check the user is logged in
if (
joinEvent.name.startsWith("/users/online") || //User online room
joinEvent.name.startsWith("/users/") || //User update room
joinEvent.name === "/ping"
) {