mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
modules/client/sync: Fix condition to skip linear for longpoll.
This commit is contained in:
parent
e2d2c7f376
commit
58159d3ee6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ ircd::m::sync::handle_get(client &client,
|
|||
|
||||
const bool should_longpoll
|
||||
{
|
||||
range.first > range.second
|
||||
range.first > vm::current_sequence
|
||||
};
|
||||
|
||||
const bool should_linear
|
||||
|
|
Loading…
Reference in a new issue