From e168dde80216676c8570ca4a276ce69b4d50b72e Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Mon, 24 Mar 2025 11:30:43 +0200 Subject: [PATCH] Fix initial load avatar for contacts --- www/profile/inner.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/profile/inner.js b/www/profile/inner.js index c65b121a4..e6fae53bd 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -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"], {