Merge branch 'develop' into fix-notify

This commit is contained in:
tamaina 2023-02-23 10:30:05 +00:00
commit a93d2c6576
2 changed files with 2 additions and 1 deletions

View file

@ -181,7 +181,7 @@ const menuDef = computed(() => [{
miLocalStorage.removeItem('theme');
miLocalStorage.removeItem('emojis');
miLocalStorage.removeItem('lastEmojisFetchedAt');
await fetchCustomEmojis();
await fetchCustomEmojis(true);
unisonReload();
},
}, {