aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-15 15:06:07 +0000
committerMario <mario@mariovavti.com>2021-01-15 15:06:07 +0000
commit3bcb3221568d80d3ae8dec47d2416b7c1b091304 (patch)
tree42d321600d42baac9a1e6ca6171da748bd5f831c /include/items.php
parent1e645cabd4bdef838793f3d9b1ee92656838844b (diff)
downloadvolse-hubzilla-3bcb3221568d80d3ae8dec47d2416b7c1b091304.tar.gz
volse-hubzilla-3bcb3221568d80d3ae8dec47d2416b7c1b091304.tar.bz2
volse-hubzilla-3bcb3221568d80d3ae8dec47d2416b7c1b091304.zip
also check for zot6
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
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 '':