mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-29 02:37:22 +09:00
wip
This commit is contained in:
parent
1e17b7db6b
commit
ac50efc5d1
@ -91,7 +91,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
||||
},
|
||||
}];
|
||||
const emojiId = await getEmojiId(reaction) ? await getEmojiId(reaction) : reaction;
|
||||
console.log(emojiId);
|
||||
console.log('emojiId: ', emojiId);
|
||||
if (reaction.startsWith(':') && emojiId) {
|
||||
menuItems.push({
|
||||
type: 'button',
|
||||
|
Loading…
x
Reference in New Issue
Block a user