Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Automate
Agent sessions
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
d441e81c
Commit
d441e81c
authored
Sep 6, 2019
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
messagesview: fix empty avatar being used for outgoing
Change-Id: Ief3469b869a98745d82039576ad21fe1561f2793
parent
0ef04d6d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
callwidget.cpp
+3
-0
3 additions, 0 deletions
callwidget.cpp
with
3 additions
and
0 deletions
callwidget.cpp
+
3
−
0
View file @
d441e81c
...
@@ -868,6 +868,9 @@ CallWidget::setConversationProfileData(const lrc::api::conversation::Info& convI
...
@@ -868,6 +868,9 @@ CallWidget::setConversationProfileData(const lrc::api::conversation::Info& convI
auto
convModel
=
LRCInstance
::
getCurrentConversationModel
();
auto
convModel
=
LRCInstance
::
getCurrentConversationModel
();
auto
accInfo
=
&
LRCInstance
::
getCurrentAccountInfo
();
auto
accInfo
=
&
LRCInstance
::
getCurrentAccountInfo
();
auto
contactUri
=
convInfo
.
participants
.
front
();
auto
contactUri
=
convInfo
.
participants
.
front
();
if
(
contactUri
.
empty
())
{
return
;
}
try
{
try
{
auto
&
contact
=
accInfo
->
contactModel
->
getContact
(
contactUri
);
auto
&
contact
=
accInfo
->
contactModel
->
getContact
(
contactUri
);
auto
bestName
=
Utils
::
bestNameForConversation
(
convInfo
,
*
convModel
);
auto
bestName
=
Utils
::
bestNameForConversation
(
convInfo
,
*
convModel
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment