await initFriendLogHistoryTable

This commit is contained in:
pa
2026-01-01 22:38:12 +09:00
committed by Natsumi
parent 45cf5bf616
commit 9109c96606

View File

@@ -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}`)) {