PLT-5653 Fix Create channel does not show in another device (#5548)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
72de977c52
Коммит
48f97a5a2a
@@ -105,6 +105,10 @@ func CreateChannelWithUser(channel *model.Channel, userId string) (*model.Channe
|
||||
return nil, err
|
||||
}
|
||||
|
||||
message := model.NewWebSocketEvent(model.WEBSOCKET_EVENT_CHANNEL_CREATED, "", "", userId, nil)
|
||||
message.Add("channel_id", channel.Id)
|
||||
Publish(message)
|
||||
|
||||
return rchannel, nil
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user