little cleanup, added reject for Character snapshot
This commit is contained in:
parent
dcd8e57853
commit
913a07350d
3 changed files with 76 additions and 78 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue