initially get all tuned in users everywhere as well for visibility
This commit is contained in:
@@ -101,7 +101,8 @@ export function ConversationProvider({ children }: { children: React.ReactNode }
|
||||
return;
|
||||
}
|
||||
|
||||
draft[res.lineId].connectedUserIds = res.allUsers;
|
||||
draft[res.lineId].connectedUserIds = res.allConnectedUsers;
|
||||
draft[res.lineId].tunedInUsers = res.allTunedUsers;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user