initially get all tuned in users everywhere as well for visibility

This commit is contained in:
talksik
2022-06-19 12:41:44 -05:00
parent 6df9d1dd40
commit 2642224bb6
3 changed files with 25 additions and 9 deletions
@@ -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;
});
});