mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Add tests for redactions
This commit is contained in:
parent
8c82b06904
commit
ceb599e789
4 changed files with 54 additions and 5 deletions
|
@ -112,7 +112,7 @@ class StreamIdGenerator(object):
|
|||
self._current + self._step * (n + 1),
|
||||
self._step
|
||||
)
|
||||
self._current += n
|
||||
self._current += n * self._step
|
||||
|
||||
for next_id in next_ids:
|
||||
self._unfinished_ids.append(next_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue