feat: Ability to unmute muted conversations (#1319)

This commit is contained in:
Dmitriy Shcherbakan 2020-10-08 09:32:08 +03:00 committed by GitHub
parent 2aad33a5be
commit ecebe163e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 242 additions and 0 deletions

View file

@ -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: {