mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
fix: 2
This commit is contained in:
parent
228bff758f
commit
b604ef1623
@ -99,7 +99,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string, n
|
||||
const duplication: boolean = await os.api('meta').then(meta => {
|
||||
const emojis = meta.emojis;
|
||||
return emojis.some((emoji) => {
|
||||
return (emoji === name);
|
||||
return (emoji.name === name);
|
||||
});
|
||||
});
|
||||
console.log(name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user