for now I just go into the database, and update the channel type to 'P'update channels set type = 'P' where name = 'channelname'
↧
Convert a private channel to public channel and vice versa
↧
for now I just go into the database, and update the channel type to 'P'update channels set type = 'P' where name = 'channelname'