Table of Contents |
---|
Get a location as a map
When a client sends a message with their location, you can open it as a map[gif]in Google Maps
...
Track client texting in real-time
...
Code Block |
---|
window.beesenderchatconfig.isClientTyping = true; |
...
...
Disabling chat message history
Using the system setting BeesenderIsAllChatHistory you can disable chat message history (by default this setting will be enabled).
Go to system designer ⚙️
Open the System settings section
Enter the name of the setting BeesenderIsAllChatHistory in the input field
Select setting and click “Open”
Make the Default value checkbox inactive
Click “Save”
Reload page
You can see an example of what the same chat looks like with the setting enabled and disabled:
BeesenderIsAllChatHistory on | BeesenderIsAllChatHistory off |
---|---|
Info |
---|
The history of chat messages will be displayed only if the setting is enabled and if the client is linked to a contact. |