aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-16 09:17:45 +0000
committerMario <mario@mariovavti.com>2021-01-16 09:17:45 +0000
commit0d544e2294149efe5f442fa1191c02f241b85b6a (patch)
tree1f0eca68c6bca491938d45ce06002b4e538a2ca4 /include
parent395b42778779b657749f96c83286f493fd0ccba2 (diff)
downloadvolse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.tar.gz
volse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.tar.bz2
volse-hubzilla-0d544e2294149efe5f442fa1191c02f241b85b6a.zip
wrong logic
Diffstat (limited to 'include')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index d89290e2f..610727f30 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(in_array($rr['xchan_network'], ['zot6', 'zot']))
+ if(!in_array($rr['xchan_network'], ['zot6', 'zot']))
break;
case 'pub':
case '':