feat: Ability to unmute muted conversations (#1319)
This commit is contained in:
parent
2aad33a5be
commit
ecebe163e1
13 changed files with 242 additions and 0 deletions
|
@ -43,6 +43,10 @@ class ConversationApi extends ApiClient {
|
|||
return axios.post(`${this.url}/${conversationId}/mute`);
|
||||
}
|
||||
|
||||
unmute(conversationId) {
|
||||
return axios.post(`${this.url}/${conversationId}/unmute`);
|
||||
}
|
||||
|
||||
meta({ inboxId, status, assigneeType, labels }) {
|
||||
return axios.get(`${this.url}/meta`, {
|
||||
params: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue