Fix access restricted after successful invite code

This commit is contained in:
Jon Staab
2025-11-10 15:24:11 -08:00
parent 761e369313
commit e7a2535ece
2 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -10,8 +10,8 @@
await addSpaceMembership(url)
broadcastUserData([url])
goto(makeSpacePath(url), {replaceState: true})
relaysMostlyRestricted.update(dissoc(url))
goto(makeSpacePath(url), {replaceState: true})
pushToast({message: "Welcome to the space!"})
}
</script>