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