mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-15 03:45:49 +00:00
slight type correction
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ for (const thing of emojilist) {
|
||||
write16(thing.emojis.length);
|
||||
for (const emoji of thing.emojis) {
|
||||
writeString8(emoji.name);
|
||||
write8(new TextEncoder().encode(emoji.emoji).length + 128 * emoji.skin_tone_support);
|
||||
write8(new TextEncoder().encode(emoji.emoji).length + 128 * +emoji.skin_tone_support);
|
||||
writeStringNo(emoji.emoji);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user