diff --git a/components/Group/Controller/GroupFeed.php b/components/Group/Controller/GroupFeed.php index 9e6a69ac43..7f7365a520 100644 --- a/components/Group/Controller/GroupFeed.php +++ b/components/Group/Controller/GroupFeed.php @@ -80,6 +80,7 @@ class GroupFeed extends FeedController WHERE act.object_type = 'note' AND act.id IN (SELECT att.activity_id FROM \Component\Notification\Entity\Notification AS att WHERE att.target_id = :id) ) + ORDER BY n.created DESC EOF, ['id' => $group->getId()]); return [