fix: wrong url in notifications
This commit is contained in:
parent
7b29290420
commit
b379550827
@ -69,7 +69,7 @@ self.addEventListener("notificationclick", event => {
|
||||
}
|
||||
} else if (ev.type == PushType.DirectMessage) {
|
||||
const reaction = ev.data as CompactReaction;
|
||||
return `/chat/${encodeTLVEntries("chat4" as NostrPrefix, {
|
||||
return `/messages/${encodeTLVEntries("chat4" as NostrPrefix, {
|
||||
type: TLVEntryType.Author,
|
||||
value: reaction.author.pubkey,
|
||||
length: 32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user