mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix initial load avatar for contacts
This commit is contained in:
parent
57d930afa6
commit
e168dde802
@ -754,6 +754,8 @@ define([
|
||||
if (JSON.stringify(lm.proxy) === '{}') {
|
||||
return void onCorruptedCache();
|
||||
}
|
||||
// Force avatar update on initial load
|
||||
APP._lastUpdate = null;
|
||||
updateValues(lm.proxy);
|
||||
UI.removeLoadingScreen();
|
||||
common.mailbox.subscribe(["notifications"], {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user