Fix deleted rooms persisting in navigation (#285)

Co-authored-by: userAdityaa <aditya.chaudhary1558@gmail.com>
Co-committed-by: userAdityaa <aditya.chaudhary1558@gmail.com>
This commit was merged in pull request #285.
This commit is contained in:
2026-05-29 15:20:21 +00:00
committed by hodlbod
parent 8dd278f47c
commit 152d35f92a
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -122,6 +122,7 @@
repository.removeEvent(thunk.event.id)
pushToast({theme: "error", message})
} else {
await removeRoomMembership(url, h)
goto(makeSpacePath(url))
}
},