mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
Feature: Rich Message Types (#610)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const getConversation = ({ before }) => ({
|
||||
params: { before },
|
||||
});
|
||||
|
||||
const updateContact = id => ({
|
||||
const updateMessage = id => ({
|
||||
url: `/api/v1/widget/messages/${id}${window.location.search}`,
|
||||
});
|
||||
|
||||
@@ -45,6 +45,6 @@ export default {
|
||||
sendMessage,
|
||||
sendAttachmnet,
|
||||
getConversation,
|
||||
updateContact,
|
||||
updateMessage,
|
||||
getAvailableAgents,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user