Ensure we update the avatar item when switching to Compact mode

This fixes an always-reproducible bug by switching from Bubbles (with
"move local messages to the right" enabled) to Compact, and your
avatar is missing until you switch rooms or restart NeoChat.

The various flags to inform the rest of the delegate of the avatar were
returning true, but the actual avatar item was never created when the
option was switched on.
This commit is contained in:
Joshua Goins
2025-08-30 14:55:43 -04:00
parent ddf67aef94
commit 0e01a43aab

View File

@@ -419,6 +419,7 @@ void MessageDelegateBase::setCompactMode(bool compactMode)
updateBackground();
updateQuickAction();
updateAvatar();
}
void MessageDelegateBase::updateBackground()