diff --git a/messaging/service/channel.go b/messaging/service/channel.go index ec2810921..735e5c560 100644 --- a/messaging/service/channel.go +++ b/messaging/service/channel.go @@ -223,7 +223,7 @@ func (svc *channel) Create(in *types.Channel) (out *types.Channel, err error) { } } - if in.Topic != "" && !svc.prm.CanUpdate(in) { + if in.Topic != "" && false { return errors.New("Not allowed to set channel topic") }