aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-03 16:54:04 +0000
committerMario <mario@mariovavti.com>2021-10-03 16:54:04 +0000
commitda923d7749764ca0d6038f72ca48c6960092228c (patch)
treeef5e82d580d1143236db31f2814cb22a648adaaa /Zotlabs/Lib
parent55d905fdd934090ce4c6511a3db035e073cd1fcb (diff)
parent4ba70a3fae5722273d17c519d5ad3f270e781f53 (diff)
downloadvolse-hubzilla-da923d7749764ca0d6038f72ca48c6960092228c.tar.gz
volse-hubzilla-da923d7749764ca0d6038f72ca48c6960092228c.tar.bz2
volse-hubzilla-da923d7749764ca0d6038f72ca48c6960092228c.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r--Zotlabs/Lib/Queue.php2
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;