0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 22:28:52 +02:00

modules/client/sync: Fix condition to skip linear for longpoll.

This commit is contained in:
Jason Volk 2019-03-08 17:47:29 -08:00
parent e2d2c7f376
commit 58159d3ee6

View file

@ -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