3
0

rem(messaging) channel update check

This commit is contained in:
Mitja Zivkovic
2019-02-27 22:38:11 +01:00
committed by Tit Petric
parent f1df2dbb9e
commit 91dd128598
+1 -1
View File
@@ -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")
}