9d2117e227
When sending a message in a private group chat we send the whole history for redundancy and allow out-of-order processing. This can be very expensive in some chats, resulting in long delay when sending a message and calculating the POW. This commit improves the performance by only forwarding the events necessary for the user to be able to construct a group chat and process correctly the message. |
||
---|---|---|
.. | ||
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.