mirror of
https://github.com/matrix-construct/construct
synced 2025-01-15 17:16:49 +01:00
modules/client/sync: Fix queue pop.
This commit is contained in:
parent
23afd0ee37
commit
767e18791c
1 changed files with 1 additions and 2 deletions
|
@ -732,8 +732,7 @@ try
|
||||||
|
|
||||||
const unwind pop{[]
|
const unwind pop{[]
|
||||||
{
|
{
|
||||||
if(longpoll::polling <= 1)
|
queue.pop_front();
|
||||||
queue.pop_front();
|
|
||||||
}};
|
}};
|
||||||
|
|
||||||
if(polylog_only)
|
if(polylog_only)
|
||||||
|
|
Loading…
Reference in a new issue