Skip to content
Snippets Groups Projects
Commit 059b3a94 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

participantslayer: lookup name on account's nameserver

Change-Id: If91703a2d3b51edb97235b1bd534b9a578cf10d5
parent f7c75a64
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ Item {
participantIsModerator: isModerator_
bestName: {
if (bestName_ === uri_)
NameDirectory.lookupAddress("", uri_)
NameDirectory.lookupAddress(CurrentAccount.uri_RingNS, uri_)
return bestName_
}
videoMuted: videoMuted_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment