mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:23:08 +02:00
parent
694f08c79b
commit
bda3d69539
2 changed files with 7 additions and 1 deletions
|
@ -8,6 +8,12 @@
|
||||||
|
|
||||||
You should also include the user name that made the change.
|
You should also include the user name that made the change.
|
||||||
-->
|
-->
|
||||||
|
## 13.x.x (unreleased)
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
- Client: 「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる
|
||||||
|
|
||||||
## 13.7.2 (2023/02/23)
|
## 13.7.2 (2023/02/23)
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@ const menuDef = computed(() => [{
|
||||||
miLocalStorage.removeItem('theme');
|
miLocalStorage.removeItem('theme');
|
||||||
miLocalStorage.removeItem('emojis');
|
miLocalStorage.removeItem('emojis');
|
||||||
miLocalStorage.removeItem('lastEmojisFetchedAt');
|
miLocalStorage.removeItem('lastEmojisFetchedAt');
|
||||||
await fetchCustomEmojis();
|
await fetchCustomEmojis(true);
|
||||||
unisonReload();
|
unisonReload();
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in a new issue