wip
This commit is contained in:
parent
e0cea2facc
commit
1e17b7db6b
@ -91,6 +91,7 @@ export async function openReactionImportMenu(ev: MouseEvent, reaction: string) {
|
||||
},
|
||||
}];
|
||||
const emojiId = await getEmojiId(reaction) ? await getEmojiId(reaction) : reaction;
|
||||
console.log(emojiId);
|
||||
if (reaction.startsWith(':') && emojiId) {
|
||||
menuItems.push({
|
||||
type: 'button',
|
||||
|
Loading…
x
Reference in New Issue
Block a user