From 84e25e8fd2e321c6d40230d737bf5dd495f1da0c Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 21 Apr 2023 10:34:55 +0000 Subject: Fetch conversations in the background. Otherwise it might sgnificantly delay delivery --- Zotlabs/Lib/Libzot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Lib/Libzot.php') diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 59fa863da..2feddd378 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1722,7 +1722,7 @@ class Libzot { // this is just an exercise in futility. if (perm_is_allowed($channel['channel_id'], $sender, 'send_stream')) { - self::fetch_conversation($channel, $arr['parent_mid']); + Master::Summon(['Zotconvo', $channel['channel_id'], $arr['parent_mid']]); } continue; -- cgit v1.2.3