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. |
||
---|---|---|
.. | ||
chat_entity.go | ||
crypto.go | ||
errors.go | ||
feature_flags.go | ||
message.go | ||
message_processor.go | ||
message_processor_test.go | ||
message_test.go | ||
raw_message.go | ||
timesource.go |