add repository type as one that is able to self-identify as a public forum
This commit is contained in:
parent
2d471e39dc
commit
1dbcfaa2c6
@ -108,7 +108,7 @@ function zfinger_init(&$a) {
|
||||
$public_forum = false;
|
||||
|
||||
$role = get_pconfig($e['channel_id'],'system','permissions_role');
|
||||
if($role === 'forum') {
|
||||
if($role === 'forum' || $role === 'repository') {
|
||||
$public_forum = true;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user