Fix "received"
This commit is contained in:
parent
ae3925bba5
commit
a1f6e6e871
|
@ -348,7 +348,7 @@ class Network extends Timeline
|
||||||
$this->order = 'commented';
|
$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.
|
// since otherwise the feed will optically jump, when some already visible thread has been updated.
|
||||||
if ($this->update && ($this->selectedTab == TimelineEntity::COMMENTED)) {
|
if ($this->update && ($this->selectedTab == TimelineEntity::COMMENTED)) {
|
||||||
$this->order = 'received';
|
$this->order = 'received';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user