From 20434dd0751e69cec725e2e7f7c0a049f4f131f5 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 4 Jul 2022 00:30:22 +0530 Subject: [PATCH] bug fix --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index f08068b..48df89d 100644 --- a/index.html +++ b/index.html @@ -2964,6 +2964,8 @@ getRef('contact_name').value = name getRef('add_as_contact_option').remove() } + if (activeChat.floID === floID) + getRef('receiver_name').textContent = name }).catch(error => notify(error, "error")); }