Remove unnecessary cache invalidation for channel (#26256)
```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f5ee5463e4
Коммит
c4432a5234
@@ -263,7 +263,6 @@ func (scs *Service) notifyClientsForSharedChannelConverted(channel *model.Channe
|
||||
}
|
||||
|
||||
func (scs *Service) notifyClientsForSharedChannelUpdate(channel *model.Channel) {
|
||||
scs.platform.InvalidateCacheForChannel(channel)
|
||||
messageWs := model.NewWebSocketEvent(model.WebsocketEventChannelUpdated, channel.TeamId, "", "", nil, "")
|
||||
messageWs.Add("channel_id", channel.Id)
|
||||
scs.app.Publish(messageWs)
|
||||
|
||||
Ссылка в новой задаче
Block a user