fix: deleted rooms persisting in navigation

This commit is contained in:
2026-05-26 12:59:35 +05:30
parent 6dbe9c0ebb
commit 92cc000004
2 changed files with 12 additions and 4 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))
}
},