feat: pinned users event
This commit is contained in:
parent
ad016aba35
commit
7ec4835c61
10 changed files with 303 additions and 136 deletions
|
|
@ -1397,6 +1397,10 @@ class ClientService extends EventTarget {
|
|||
return this.fetchReplaceableEvent(pubkey, kinds.UserEmojiList)
|
||||
}
|
||||
|
||||
async fetchPinnedUsersList(pubkey: string) {
|
||||
return this.fetchReplaceableEvent(pubkey, ExtendedKind.PINNED_USERS)
|
||||
}
|
||||
|
||||
async updateBlossomServerListEventCache(evt: NEvent) {
|
||||
await this.updateReplaceableEventCache(evt)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue