mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-12 20:07:02 +00:00
Fix ContentMention display
This commit is contained in:
@@ -23,7 +23,7 @@ self.addEventListener("push", e => {
|
||||
if (data?.event) {
|
||||
url += nip19.neventEncode({
|
||||
id: data.event.id,
|
||||
relays: data.relays || []
|
||||
relays: data.relays || [],
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user