Skip to content
Snippets Groups Projects
Commit bda3d695 authored by tamaina's avatar tamaina
Browse files

fix(client):「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる問題を修正

Fix #10044
parent 694f08c7
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
You should also include the user name that made the change.
-->
## 13.x.x (unreleased)
### Improvements
### Bugfixes
- Client: 「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる
## 13.7.2 (2023/02/23)
......
......@@ -181,7 +181,7 @@ const menuDef = computed(() => [{
miLocalStorage.removeItem('theme');
miLocalStorage.removeItem('emojis');
miLocalStorage.removeItem('lastEmojisFetchedAt');
await fetchCustomEmojis();
await fetchCustomEmojis(true);
unisonReload();
},
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment