0
0
Fork 0
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:
Jason Volk 2019-07-06 05:50:13 -07:00
parent 23afd0ee37
commit 767e18791c

View file

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