Edit history: Fix some issues.

This commit is contained in:
SBiOSoftWhare
2019-07-30 17:19:10 +02:00
parent 27d8bdd677
commit cefca70f82
2 changed files with 2 additions and 3 deletions
@@ -113,7 +113,7 @@ final class EditHistoryViewModel: EditHistoryViewModelType {
sself.nextBatch = response.nextBatch
sself.operation = nil
sself.process(editEvents: response.chunk,originalEvent: response.originalEvent, nextBatch: response.nextBatch)
sself.process(editEvents: response.chunk, originalEvent: response.originalEvent, nextBatch: response.nextBatch)
}, failure: { [weak self] error in
guard let sself = self else {