mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-15 18:27:14 +00:00
committed by
GitHub
parent
d8d14fc4a4
commit
b1aab228ae
@@ -39,6 +39,10 @@ class ConversationApi extends ApiClient {
|
||||
typing_status: status,
|
||||
});
|
||||
}
|
||||
|
||||
mute(conversationId) {
|
||||
return axios.post(`${this.url}/${conversationId}/mute`);
|
||||
}
|
||||
}
|
||||
|
||||
export default new ConversationApi();
|
||||
|
||||
Reference in New Issue
Block a user