add room mentions and clickable room/relay refs

This commit is contained in:
2026-04-04 16:48:29 +05:30
committed by Jon Staab
parent f6d9e52c6e
commit ec0b6a99e2
10 changed files with 278 additions and 69 deletions
+2
View File
@@ -593,6 +593,8 @@ export const getRoomType = (room: RoomMeta): RoomType =>
export const makeRoomId = (url: string, h: string) => `${url}'${h}`
export const isRoomId = (id: string) => id.includes("'")
export const splitRoomId = (id: string) => id.split("'")
export const hasNip29 = (relay?: RelayProfile) =>