fix: wrong url in notifications
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Kieran 2023-10-20 13:33:06 +01:00
parent 7b29290420
commit b379550827
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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,