Get nip 17 chat working

This commit is contained in:
Jon Staab
2024-10-08 13:20:55 -07:00
parent 8698dcc359
commit a351d9d792
8 changed files with 106 additions and 119 deletions
+1 -2
View File
@@ -13,8 +13,7 @@
const back = () => history.back()
const tryCreate = async () => {
await addRoomMembership(url, room)
addRoomMembership(url, room)
goto(makeSpacePath(url, room))
}