Merge branch 'dev' of /home/macgirvin/roadhouse into dev

This commit is contained in:
nobody 2021-10-30 12:47:02 -07:00
commit c01f6e085b

View file

@ -1654,6 +1654,9 @@ class Activity {
];
$ret['manuallyApprovesFollowers'] = (($auto_follow) ? false : true);
if ($ret['type'] === 'Group') {
$ret['capabilities'] = [ 'acceptsJoins' => true ];
}
// map other nomadic identities linked with this channel
$locations = [];
@ -4311,6 +4314,8 @@ class Activity {
'value' => 'schema:value',
'discoverable' => 'toot:discoverable',
'wall' => 'sm:wall',
'capabilities' => 'litepub:capabilities',
'acceptsJoins' => 'litepub:acceptsJoins',
];
}