mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
modules/client/sync: Fix erroneous assertion related f8ed27403e
This commit is contained in:
parent
5ddb14884c
commit
439de6fbe6
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ try
|
|||
};
|
||||
|
||||
char buf[64];
|
||||
assert(!data.phased || next_batch >= 0L);
|
||||
assert(data.phased || next_batch >= 0L);
|
||||
const string_view &next_batch_token
|
||||
{
|
||||
// The polylog phased since token. We pack two numbers separted by a '_'
|
||||
|
|
Loading…
Reference in a new issue