mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
Fix date in same day
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
dde022d179
commit
a70245a3b1
2 changed files with 2 additions and 5 deletions
|
|
@ -90,6 +90,7 @@ class RoomTimeline extends EventEmitter {
|
|||
}
|
||||
|
||||
canPaginateBackward() {
|
||||
if (this.timeline[0].getType() === 'm.room.create') return false;
|
||||
const tm = getFirstLinkedTimeline(this.activeTimeline);
|
||||
return tm.getPaginationToken('b') !== null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue