Merge pull request 'add MessageCounterResync event' (#369) from countersync into master
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Reviewed-on: #369
This commit is contained in:
Sarah Jamie Lewis 2021-06-17 14:44:18 -07:00
commit ce5e4b2604
1 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,9 @@ const (
// For debugging. Allows test to emit a Syn and get a response Ack(eventID) when the subsystem is done processing a queue
Syn = Type("Syn")
Ack = Type("Ack")
// For situations where we want to update $Identity -> $RemotePeer/$GroupID's total message count to be $Data
MessageCounterResync = Type("MessageCounterResync")
)
// Field defines common event attributes