mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 15:53:51 +09:00
fix
This commit is contained in:
@ -147,7 +147,7 @@ const edit = (emoji) => {
|
||||
...result.updated,
|
||||
}));
|
||||
|
||||
if (customEmojis.value.some(e => e.name === emoji.name)) {
|
||||
if (!customEmojis.value.some(e => e.name === emoji.name)) {
|
||||
customEmojis.value = [
|
||||
{
|
||||
name: result.updated.name,
|
||||
|
Reference in New Issue
Block a user