From 630d25a24b617ef3047bca8ecc08ae04df13493a Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 9 May 2022 20:52:08 +0000 Subject: [PATCH] Issue 11353: Suppress the forum sharer --- src/Content/Conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index a86c7f5081..89d9ca4c1b 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -975,7 +975,7 @@ class Conversation $condition = DBA::mergeConditions($condition, ["`uid` IN (0, ?) AND (`vid` != ? OR `vid` IS NULL)", $uid, Verb::getID(Activity::FOLLOW)]); - $thread_parents = Post::select(['uri-id', 'causer-id'], $condition, ['order' => ['uri-id' => false, 'uid' => true]]); + $thread_parents = Post::select(['uri-id', 'causer-id'], $condition, ['order' => ['uri-id' => false, 'uid']]); $thr_parent = [];