meme issues

This commit is contained in:
DadaMonad
2015-01-19 13:45:53 +00:00
parent 592a0969d3
commit 7c81dceb23
7 changed files with 15 additions and 10 deletions

View File

@@ -99,6 +99,7 @@ class HistoryBuffer
isExpectedOperation: (o)->
@operation_counter[o.uid.creator] ?= 0
o.uid.op_number <= @operation_counter[o.uid.creator]
true #TODO: !! this could break stuff. But I dunno why
#
# Encode this operation in such a way that it can be parsed by remote peers.