Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hey! Thanks for your application! I cannot solve the problem. If I answer the client through the browser (site_admin) and the client does not receive an answer from me, then this answer is sent to him in the mail - this is good But the problem is that if I answer via the mobile application "live helper chat" - clients do not receive mail notifications about unread messages.
Offline
Hi Dbein, thank you for your message and welcome in the live helper chat!
The developer can be busy, if you did not get a reply in next days you can always open a GitHub issue:
https://github.com/LiveHelperChat/livehelperchat
https://github.com/LiveHelperChat/livehelperchat/issues
Thank you for using live helper chat!
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
hello, I think this piece of code does not work when sending a message from a mobile. because the variables in the database do not change after the message and the message module does not process them
[== PHP ==]
$Chat->last_op_msg_time = time();
$Chat->last_msg_id = $msg->id;
$updateFields[] = 'last_op_msg_time';
$updateFields[] = 'last_msg_id';
if ($Chat->status != erLhcoreClassModelChat::STATUS_CLOSED_CHAT) {
$Chat->has_unread_op_messages = 1;
$updateFields[] = 'has_unread_op_messages';
}
if ($Chat->unread_op_messages_informed != 0) {
$Chat->unread_op_messages_informed = 0;
$updateFields[] = 'unread_op_messages_informed';
}
Offline
Hi Dbein, thank you for the updates!
Unfortunately I'm not a developer so I'm unable to help you.
You can open a GitHub issue as I told in the previous reply.
You can also try to contact remdex the developer on Discord https://discord.com/invite/YsZXQVh
Thank you for your understanding and for look into the issue.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline