little cleanup, added reject for Character snapshot

This commit is contained in:
Hanusiak Piotr 2021-11-28 17:05:12 +01:00
parent dcd8e57853
commit 913a07350d
3 changed files with 76 additions and 78 deletions

View file

@ -11,7 +11,6 @@ function createUserWokaPictureStore() {
return {
subscribe,
// P.H. NOTE: Not clearing the store after reconnecting to the room - is this a problem?
connectToRoomConnection: (roomConnection: RoomConnection) => {
roomConnection.onUserLeft((userId) => {
update((users) => {