feat: 💨
This commit is contained in:
parent
7139211fa1
commit
9b9ecf76d6
3 changed files with 34 additions and 15 deletions
|
|
@ -29,7 +29,7 @@ class CustomEmojiService {
|
|||
const { emojis, emojiSetPointers } = getEmojisAndEmojiSetsFromEvent(userEmojiListEvent)
|
||||
await this.addEmojisToIndex(emojis)
|
||||
|
||||
const emojiSetEvents = await client.fetchEmojiSetEvents(emojiSetPointers)
|
||||
const emojiSetEvents = await client.fetchEmojiSetEvents(emojiSetPointers, false)
|
||||
await Promise.allSettled(
|
||||
emojiSetEvents.map(async (event) => {
|
||||
if (!event || event instanceof Error) return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue