aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Directory.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-10-03 18:52:14 +0200
committerMario Vavti <mario@mariovavti.com>2021-10-03 18:52:14 +0200
commit4ba70a3fae5722273d17c519d5ad3f270e781f53 (patch)
tree792e3f4f5f485535b19388ed0450401e01776653 /Zotlabs/Daemon/Directory.php
parent0722188ea6d6c1eb30500a540c49adf0b5d25eb8 (diff)
downloadvolse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.tar.gz
volse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.tar.bz2
volse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.zip
clone channel delete issues - part 1
Diffstat (limited to 'Zotlabs/Daemon/Directory.php')
-rw-r--r--Zotlabs/Daemon/Directory.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php
index 35d184206..3996b8079 100644
--- a/Zotlabs/Daemon/Directory.php
+++ b/Zotlabs/Daemon/Directory.php
@@ -49,8 +49,9 @@ class Directory {
);
// Now update all the connections
- if ($pushall)
+ if ($pushall) {
Master::Summon(array('Notifier', 'refresh_all', $channel['channel_id']));
+ }
return;
}
@@ -93,8 +94,8 @@ class Directory {
}
// Now update all the connections
- if ($pushall)
+ if ($pushall) {
Master::Summon(array('Notifier', 'refresh_all', $channel['channel_id']));
-
+ }
}
}