status-go/protocol/common
Andrea Maria Piana 9d2117e227
Send abridged version of history with messages in group chats
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.
2021-01-26 09:39:52 +01:00
..
chat_entity.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
crypto.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go Add feature flag for push notifications and bump version 2020-07-27 17:20:16 +02:00
message.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
message_processor.go Send abridged version of history with messages in group chats 2021-01-26 09:39:52 +01:00
message_processor_test.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00
message_test.go Integrated GetMimeType() 2020-12-17 14:10:00 +01:00
raw_message.go Skip wrapping emojis in private group chats 2021-01-26 09:39:47 +01:00
timesource.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00