MM-23395: Add websockets support for update group (#14202)

* MM-23395: add websockets support for update group
Этот коммит содержится в:
catalintomai
2020-05-18 09:43:26 -07:00
коммит произвёл GitHub
родитель 94dbb09906
Коммит 6dc8eccc13
4 изменённых файлов: 93 добавлений и 49 удалений

Просмотреть файл

@@ -322,7 +322,6 @@ func patchChannel(c *Context, w http.ResponseWriter, r *http.Request) {
if c.Err != nil {
return
}
patch := model.ChannelPatchFromJson(r.Body)
if patch == nil {
c.SetInvalidParam("channel")