From 465c5c8cfb8f94abe9e226da0d534df5c090a229 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 18 Jan 2022 10:26:13 +0100 Subject: make sure to use the correct default role --- include/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/channel.php b/include/channel.php index c80a35385..4e84b1b32 100644 --- a/include/channel.php +++ b/include/channel.php @@ -2301,7 +2301,7 @@ function auto_channel_create($account_id) { } } if(! $arr['permissions_role']) - $arr['permissions_role'] = 'social'; + $arr['permissions_role'] = 'personal'; if(validate_channelname($arr['name'])) return false; -- cgit v1.2.3