]> git.mxchange.org Git - friendica.git/commitdiff
Fix "received"
authorMichael <heluecht@pirati.ca>
Sun, 17 Sep 2023 17:44:33 +0000 (17:44 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Sep 2023 17:44:33 +0000 (17:44 +0000)
src/Module/Conversation/Network.php

index a0a635ad6a632c7ec15c4dbced1b445f1d67eb10..21ead331f0a770f273f99381267c0caea4a58f71 100644 (file)
@@ -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';