From: Michael Date: Fri, 8 Sep 2023 05:44:08 +0000 (+0000) Subject: Remove references to the community page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=692a633dc8461d71825a96896bf19404043f55b2;p=friendica.git Remove references to the community page --- 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