From 692a633dc8461d71825a96896bf19404043f55b2 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 8 Sep 2023 05:44:08 +0000 Subject: [PATCH] Remove references to the community page --- src/Module/Conversation/Channel.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Module/Conversation/Channel.php b/src/Module/Conversation/Channel.php index e928fe50a5..3717a4d25d 100644 --- a/src/Module/Conversation/Channel.php +++ b/src/Module/Conversation/Channel.php @@ -254,10 +254,7 @@ class Channel extends BaseModule } /** - * Computes the displayed items. - * - * Community pages have a restriction on how many successive posts by the same author can show on any given page, - * so we may have to retrieve more content beyond the first query + * Database query for the channel page * * @return array * @throws \Exception