Skip to content

Commit

Permalink
Update store funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Aug 19, 2024
1 parent 92aa90b commit 158f73d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/stores/storeFunctions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ import { roomMessages } from './roommsgs'
// }
add_user(data, joined)
updateActiveSwarm()
voice_channel_status(data)
}
async function add_user(data, joined) {
Expand All @@ -88,6 +86,9 @@ import { roomMessages } from './roommsgs'
joined.connections.push(user)
// $roomMessages.push(user)
// $roomMessages = $roomMessages
updateActiveSwarm()
voice_channel_status(data)
}
function peer_disconnected(data) {
Expand Down

0 comments on commit 158f73d

Please sign in to comment.