From ea1d13c1d917ef699afbde9c8ed969fbc6a9f4b3 Mon Sep 17 00:00:00 2001 From: defnax <9952056+defnax@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:02:17 +0100 Subject: [PATCH] Fixed Avatar update --- retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp index 7d258e38f..b784189d6 100644 --- a/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp +++ b/retroshare-gui/src/gui/chat/PopupDistantChatDialog.cpp @@ -87,7 +87,6 @@ void PopupDistantChatDialog::init(const ChatId &chat_id, const QString &/*title* ui.ownAvatarWidget->setOwnId() ; // sets the flag ui.ownAvatarWidget->setId(chat_id) ; // sets the actual Id - ui.avatarWidget->setId(chat_id); _status_label->setIcon(FilesDefs::getIconFromQtResourcePath(IMAGE_GRY_LED)); auto msg = tr("Remote status unknown."); @@ -112,6 +111,8 @@ void PopupDistantChatDialog::handleEvent_main_thread(std::shared_ptr