mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 23:40:57 +01:00
Revert "modules/client/sync/rooms/timeline: Fix polylog limited flag condition."
This reverts commit a5aac0eb1f
.
This commit is contained in:
parent
7745bdcc24
commit
66525fd6f3
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ ircd::m::sync::_room_timeline_polylog_events(data &data,
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
||||||
limited = i < limit;
|
limited = i > limit;
|
||||||
if(i > 1 && !it)
|
if(i > 1 && !it)
|
||||||
it.seek(event_idx);
|
it.seek(event_idx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue