mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
await initFriendLogHistoryTable
This commit is contained in:
@@ -1604,7 +1604,7 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
isRefreshFriendsLoading.value = true;
|
||||
watchState.isFriendsLoaded = false;
|
||||
friendLog = new Map();
|
||||
initFriendLogHistoryTable();
|
||||
await initFriendLogHistoryTable();
|
||||
|
||||
try {
|
||||
if (await configRepository.getBool(`friendLogInit_${userId}`)) {
|
||||
|
||||
Reference in New Issue
Block a user