Avatar lookup loading toast

This commit is contained in:
Natsumi
2026-02-03 13:52:55 +13:00
parent bbbb79eaca
commit 5a27e6fb51
7 changed files with 126 additions and 58 deletions

View File

@@ -1208,7 +1208,7 @@ export const useUserStore = defineStore('User', () => {
D.avatars = array;
}
function refreshUserDialogAvatars(fileId) {
async function refreshUserDialogAvatars(fileId) {
const D = userDialog.value;
if (D.isAvatarsLoading) {
return;
@@ -1233,7 +1233,7 @@ export const useUserStore = defineStore('User', () => {
}
}
const map = new Map();
processBulk({
await processBulk({
fn: avatarRequest.getAvatars,
N: -1,
params,