From 36e693314ef85d3d0b92027d598bb32df23c726c Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Tue, 21 Mar 2023 18:35:59 +0530 Subject: [PATCH] Bug fix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 34f9331..9d51c11 100644 --- a/index.html +++ b/index.html @@ -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)