feat: relay reviews

This commit is contained in:
codytseng 2025-09-20 22:00:28 +08:00
parent fcb31d8052
commit 2439150c6e
40 changed files with 1206 additions and 207 deletions

View file

@ -84,6 +84,7 @@ export const ExtendedKind = {
VOICE_COMMENT: 1244,
FAVORITE_RELAYS: 10012,
BLOSSOM_SERVER_LIST: 10063,
RELAY_REVIEW: 31987,
GROUP_METADATA: 39000
}
@ -98,7 +99,8 @@ export const SUPPORTED_KINDS = [
ExtendedKind.VOICE,
ExtendedKind.VOICE_COMMENT,
kinds.Highlights,
kinds.LongFormArticle
kinds.LongFormArticle,
ExtendedKind.RELAY_REVIEW
]
export const URL_REGEX =