feat: Ability to unmute muted conversations (#1319)

This commit is contained in:
Dmitriy Shcherbakan
2020-10-08 12:02:08 +05:30
committed by GitHub
parent 2aad33a5be
commit ecebe163e1
13 changed files with 242 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ Rails.application.routes.draw do
end
member do
post :mute
post :unmute
post :transcript
post :toggle_status
post :toggle_typing_status