feat: pinned users event

This commit is contained in:
codytseng 2025-12-01 00:05:09 +08:00
parent ad016aba35
commit 7ec4835c61
10 changed files with 303 additions and 136 deletions

View file

@ -41,7 +41,7 @@ export const StorageKey = {
ENABLE_SINGLE_COLUMN_LAYOUT: 'enableSingleColumnLayout',
FAVICON_URL_TEMPLATE: 'faviconUrlTemplate',
FILTER_OUT_ONION_RELAYS: 'filterOutOnionRelays',
PINNED_PUBKEYS: 'pinnedPubkeys',
PINNED_PUBKEYS: 'pinnedPubkeys', // deprecated
MEDIA_UPLOAD_SERVICE: 'mediaUploadService', // deprecated
HIDE_UNTRUSTED_EVENTS: 'hideUntrustedEvents', // deprecated
ACCOUNT_RELAY_LIST_EVENT_MAP: 'accountRelayListEventMap', // deprecated
@ -80,6 +80,7 @@ export const ExtendedKind = {
COMMENT: 1111,
VOICE: 1222,
VOICE_COMMENT: 1244,
PINNED_USERS: 10010,
FAVORITE_RELAYS: 10012,
BLOSSOM_SERVER_LIST: 10063,
FOLLOW_PACK: 39089,