mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
participantslayer: lookup name on account's nameserver
Change-Id: If91703a2d3b51edb97235b1bd534b9a578cf10d5
This commit is contained in:
parent
f7c75a64fd
commit
059b3a9436
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Item {
|
||||||
participantIsModerator: isModerator_
|
participantIsModerator: isModerator_
|
||||||
bestName: {
|
bestName: {
|
||||||
if (bestName_ === uri_)
|
if (bestName_ === uri_)
|
||||||
NameDirectory.lookupAddress("", uri_)
|
NameDirectory.lookupAddress(CurrentAccount.uri_RingNS, uri_)
|
||||||
return bestName_
|
return bestName_
|
||||||
}
|
}
|
||||||
videoMuted: videoMuted_
|
videoMuted: videoMuted_
|
||||||
|
|
Loading…
Add table
Reference in a new issue