diff options
author | Mario Vavti <mario@mariovavti.com> | 2020-06-14 15:38:44 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2020-06-14 15:38:44 +0200 |
commit | 8cd66145bdd8bf0f43c2a1774181c974335fc494 (patch) | |
tree | fb250095013b023fa475d68d5c3720677a3c28df /Zotlabs/Lib | |
parent | c8c4513af98a9dd2a6d9331ba4b3ab3af0e95a5f (diff) | |
download | volse-hubzilla-8cd66145bdd8bf0f43c2a1774181c974335fc494.tar.gz volse-hubzilla-8cd66145bdd8bf0f43c2a1774181c974335fc494.tar.bz2 volse-hubzilla-8cd66145bdd8bf0f43c2a1774181c974335fc494.zip |
fix discovery
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 5e212ad70..dda6d5d95 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -2908,7 +2908,7 @@ class Libzot { ]; $ret['channel_role'] = get_pconfig($e['channel_id'],'system','permissions_role','custom'); - $ret['protocols'] = [ 'zot', 'zot6' ]; + $ret['protocols'] = [ 'zot6', 'zot' ]; $ret['searchable'] = $searchable; $ret['adult_content'] = $adult_channel; $ret['public_forum'] = $public_forum; |