Maybe get dialogs behaving properly

This commit is contained in:
Jon Staab
2024-10-15 15:52:30 -07:00
parent 4decb2f4d9
commit 9c300d40f6
22 changed files with 169 additions and 189 deletions
+2 -2
View File
@@ -187,7 +187,7 @@ setContext({
return false
}
const roomTags = event.tags.filter(nthEq(0, '~'))
const roomTags = event.tags.filter(nthEq(0, "~"))
if (roomTags.length > 0 && !roomTags.some(nthEq(2, url))) {
return false
@@ -268,7 +268,7 @@ export const {
// Messages
export type ChannelMessage = {
url: string,
url: string
room: string
event: TrustedEvent
}