diff --git a/server/platform/services/sharedchannel/service.go b/server/platform/services/sharedchannel/service.go index 335f9ba2e3..8c321f0072 100644 --- a/server/platform/services/sharedchannel/service.go +++ b/server/platform/services/sharedchannel/service.go @@ -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)