This commit is contained in:
sairaj mote 2022-07-04 00:30:22 +05:30
parent b440e41b15
commit 20434dd075

View File

@ -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"));
}