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

@ -16,6 +16,7 @@ You should also include the user name that made the change.
### Improvements ### Improvements
### Bugfixes ### Bugfixes
- Client: 「キャッシュを削除」した後、ローカルのカスタム絵文字が表示されなくなる
- Client: 通知設定画面で以前からグループの招待を有効化していた場合、通知の表示に失敗する問題の修正 - Client: 通知設定画面で以前からグループの招待を有効化していた場合、通知の表示に失敗する問題の修正
- Client: 通知設定画面に古いトグルが残っていた問題を修正 - Client: 通知設定画面に古いトグルが残っていた問題を修正

View File

@ -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();
}, },
}, { }, {