mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Fix "received"
This commit is contained in:
parent
ae3925bba5
commit
a1f6e6e871
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue