4b9517c0e2
When we received a remove event from a private group chat out of order, the chat would not be created. This was causing some issues if later on we received the previous event. This commit changes the behavior so that a chat is created. |
||
---|---|---|
.. | ||
README.md | ||
clock.go | ||
clock_test.go | ||
decoder.go | ||
encoder.go | ||
membership_update_message.go | ||
membership_update_message_test.go | ||
message.go | ||
message_test.go | ||
pair_message.go | ||
status_message.go |
README.md
v1 protocol package folder
This folder contains only data types mentioned in the specification and required for its implementation.