fixed user avatar cache

This commit is contained in:
Maksim Chegulov 2023-08-04 14:34:03 +03:00
parent cfd0256ded
commit 235b167138

View File

@ -563,6 +563,9 @@ public class UserPhotoManager
await Task.WhenAll(t1, t2, t3, t4, t5);
}
_userPhotoManagerCache.AddToCache(userID, Size.Empty, fileName, await _tenantManager.GetCurrentTenantIdAsync());
return (photoUrl, fileName);
}