The function channelIsClientWritable checks the isClientWritable property on the channel, but it doesn't seem to be defined anywhere, which makes it a equivalent to false.

I don't quite understand the access control. It seems to me that if you don't set clientsCanWriteToChannels to true, nobody can write to channels, basically rendering them useless, as far as I can tell.

Comments

slv_’s picture

Yes, this issue is related to #2305711: addChannel should work via POST and not GET., which is aimed at being able to set properties when creating channels.

Currently working on that.

Xen’s picture