getCustomEmojis: new Map() -> emojis

This commit is contained in:
Alex Gleason 2025-03-15 00:19:50 -05:00
parent 28275b7611
commit 974e07981e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -51,7 +51,7 @@ export async function getCustomEmojis(
} }
if (!filters.length) { if (!filters.length) {
return new Map(); return emojis;
} }
for (const event of await relay.query(filters, { signal })) { for (const event of await relay.query(filters, { signal })) {