mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
getCustomEmojis: new Map() -> emojis
This commit is contained in:
parent
28275b7611
commit
974e07981e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export async function getCustomEmojis(
|
|||
}
|
||||
|
||||
if (!filters.length) {
|
||||
return new Map();
|
||||
return emojis;
|
||||
}
|
||||
|
||||
for (const event of await relay.query(filters, { signal })) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue