Fix more stuff, particularly event handlers
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
notify?: boolean
|
||||
}
|
||||
|
||||
let {url, room, notify = false}: Props = $props()
|
||||
const {url, room, notify = false}: Props = $props()
|
||||
|
||||
const path = makeRoomPath(url, room)
|
||||
const channel = deriveChannel(url, room)
|
||||
|
||||
Reference in New Issue
Block a user