mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +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{[]
|
||||
{
|
||||
if(longpoll::polling <= 1)
|
||||
queue.pop_front();
|
||||
queue.pop_front();
|
||||
}};
|
||||
|
||||
if(polylog_only)
|
||||
|
|
Loading…
Reference in a new issue