fix: keep a user's chats listed in the admin chats view after deleting one (#30604)

This commit is contained in:
G30
2026-09-23 23:32:23 -04:00
committed by GitHub
parent 95d6af44d7
commit a7d81ebdcf
@@ -90,7 +90,9 @@
};
const init = async () => {
page = 1;
chatList = await getChatListByUserId(localStorage.token, user.id, page, filter);
allChatsLoaded = (chatList ?? []).length === 0;
};
$: if (show) {