mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Bug: Fix conversation not loading from the links in email (#602)
Bug: Load conversation from links
This commit is contained in:
@@ -15,7 +15,7 @@ class MessageApi extends ApiClient {
|
||||
}
|
||||
|
||||
getPreviousMessages({ conversationId, before }) {
|
||||
return axios.get(`${this.url}/${conversationId}`, {
|
||||
return axios.get(`${this.url}/${conversationId}/messages`, {
|
||||
params: { before },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user