rem(messaging) channel update check
This commit is contained in:
committed by
Tit Petric
parent
f1df2dbb9e
commit
91dd128598
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user