This commit is contained in:
sairaj mote 2023-03-21 18:35:59 +05:30
parent ae55e4e02e
commit 36e693314e

View File

@ -1597,8 +1597,8 @@
}
function getContactName(floID) {
if (floGlobals.contacts[floID])
return floGlobals.contacts[floID]
if (floDapps.user.get_contact(floID))
return floDapps.user.get_contact(floID)
else if (messenger.groups[floID])
return messenger.groups[floID].name
else if (floID === floDapps.user.id)