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