Hey @MarkMaldaba, the query should work, but it would make a channel private.
update channels set type = 'O' where name = 'channelname'
would make it public.
Hope that helps!
Hey @MarkMaldaba, the query should work, but it would make a channel private.
update channels set type = 'O' where name = 'channelname'
would make it public.
Hope that helps!