This commit is contained in:
Mike Macgirvin 2023-11-05 15:45:29 +11:00
parent dd2b10a5b1
commit 19d42dbb9f

View file

@ -561,7 +561,7 @@ class Channel
// if our role_permissions indicate that we're using a default collection ACL, add it.
if (is_array($role_permissions) && $role_permissions['default_collection']) {
$default_collection_str = '<' . $ret['channel']['channel_hash'] . '>';
$default_collection_str = '<' . 'connections:' . $ret['channel']['channel_hash'] . '>';
}
q(