Channel change perms

Which method is responsible for issuing access to the channel? I need that when creating a thread (on a forum), only the owner and the administration can write there.
Solution:
You can use channel.edit to modify the permission overrides
Jump to solution
6 Replies
nop
nopOP5mo ago
:peepodetective:
gdude
gdude5mo ago
You want a private thread Threads do not have permissions You have to create the thread as a private thread when you make it Forum and news channels don't support private threads
nop
nopOP5mo ago
:peepodetective: I'm making a discussion system, other users should have the right to read the thread on the forum. But do not write, that is, only the creator and moderation can write
nop
nopOP5mo ago
I`m about this forum
No description
Solution
gdude
gdude5mo ago
You can use channel.edit to modify the permission overrides
nop
nopOP5mo ago
okay, tysm

Did you find this page helpful?