diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-10-03 18:52:14 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-10-03 18:52:14 +0200 |
commit | 4ba70a3fae5722273d17c519d5ad3f270e781f53 (patch) | |
tree | 792e3f4f5f485535b19388ed0450401e01776653 /Zotlabs/Lib/Queue.php | |
parent | 0722188ea6d6c1eb30500a540c49adf0b5d25eb8 (diff) | |
download | volse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.tar.gz volse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.tar.bz2 volse-hubzilla-4ba70a3fae5722273d17c519d5ad3f270e781f53.zip |
clone channel delete issues - part 1
Diffstat (limited to 'Zotlabs/Lib/Queue.php')
-rw-r--r-- | Zotlabs/Lib/Queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Queue.php b/Zotlabs/Lib/Queue.php index 35eb1e264..e03816f05 100644 --- a/Zotlabs/Lib/Queue.php +++ b/Zotlabs/Lib/Queue.php @@ -195,7 +195,7 @@ class Queue { $channel = null; if($outq['outq_channel']) { - $channel = channelx_by_n($outq['outq_channel']); + $channel = channelx_by_n($outq['outq_channel'], true); } $host_crypto = null; |