From df7d157c5ca6fc88477d77d7f3341c4f14134d4b Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 21 Mar 2024 16:09:47 +0100 Subject: [PATCH] feat(federation): show proxy avatars when creating new conversation or accepting invitation Signed-off-by: Maksim Sukharev --- src/components/ContactSelectionBubble.vue | 1 + src/components/LeftSidebar/InvitationHandler.vue | 2 +- src/components/RightSidebar/Participants/Participant.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/ContactSelectionBubble.vue b/src/components/ContactSelectionBubble.vue index e44386a337e..dd0730a2276 100644 --- a/src/components/ContactSelectionBubble.vue +++ b/src/components/ContactSelectionBubble.vue @@ -22,6 +22,7 @@