diff options
author | Mario <mario@mariovavti.com> | 2021-01-15 15:06:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-16 10:14:16 +0100 |
commit | cb3131a1667b6abdee52ce8605e476773f27c688 (patch) | |
tree | 21ea683a4ac7a02151680a3b4a8f2cc4d2fb0217 /include | |
parent | 3105f514e4dc49facaf759e893a47a866ad85c54 (diff) | |
download | volse-hubzilla-cb3131a1667b6abdee52ce8605e476773f27c688.tar.gz volse-hubzilla-cb3131a1667b6abdee52ce8605e476773f27c688.tar.bz2 volse-hubzilla-cb3131a1667b6abdee52ce8605e476773f27c688.zip |
also check for zot6
(cherry picked from commit 3bcb3221568d80d3ae8dec47d2416b7c1b091304)
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 317a84730..2661f76a7 100755 --- a/include/items.php +++ b/include/items.php @@ -130,7 +130,7 @@ function collect_recipients($item, &$private_envelope,$include_groups = true) { case 'sit': case 'any': case 'con': - if($rr['xchan_network'] != 'zot') + if(in_array($rr['xchan_network'], ['zot6', 'zot'])) break; case 'pub': case '': |