From a1f6e6e8710e208c1eeb24618fa87a0aadc89422 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Sep 2023 17:44:33 +0000 Subject: [PATCH] Fix "received" --- src/Module/Conversation/Network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Conversation/Network.php b/src/Module/Conversation/Network.php index a0a635ad6..21ead331f 100644 --- a/src/Module/Conversation/Network.php +++ b/src/Module/Conversation/Network.php @@ -348,7 +348,7 @@ class Network extends Timeline $this->order = 'commented'; } - // Upon updates in the background and order by last comment we order by receive date, + // Upon updates in the background and order by last comment we order by received date, // since otherwise the feed will optically jump, when some already visible thread has been updated. if ($this->update && ($this->selectedTab == TimelineEntity::COMMENTED)) { $this->order = 'received';