1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-04 14:55:43 +02:00

participantslayer: lookup name on account's nameserver

Change-Id: If91703a2d3b51edb97235b1bd534b9a578cf10d5
This commit is contained in:
Sébastien Blin 2022-07-18 16:00:48 -04:00
parent f7c75a64fd
commit 059b3a9436

View file

@ -46,7 +46,7 @@ Item {
participantIsModerator: isModerator_
bestName: {
if (bestName_ === uri_)
NameDirectory.lookupAddress("", uri_)
NameDirectory.lookupAddress(CurrentAccount.uri_RingNS, uri_)
return bestName_
}
videoMuted: videoMuted_