Fix notification badge for global chat

This commit is contained in:
Jon Staab
2025-06-24 17:36:14 -07:00
parent aa054d8b1a
commit 5301ef876d
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ export const makeChatPath = (pubkeys: string[]) => `/chat/${makeChatId(pubkeys)}
export const makeRoomPath = (url: string, room: string) => `/spaces/${encodeRelay(url)}/${room}`
export const makeSpaceChatPath = (url: string) => makeRoomPath(url, "chat")
export const makeThreadPath = (url: string, eventId?: string) =>
makeSpacePath(url, "threads", eventId)