Message status sending
Bug report
-
Platform: Android
-
Jami version: 436
-
Can you reproduce the bug: at will
Steps to reproduce (STR):
- Have a conversation with more than 8 text messages
- Make sure the peer has received them
- Restart the app
- Actual result: The 8lasts messages are correctly displayed as
read
. All others are incorrectly displayed assending
.

Here is an example of what is received directly in the client via swarmloaded
after the first chunk (8). Raw data only.
format: taskId, accountId, conversationID, List<Pair<MessageId, statusMap>>:
swarmLoaded: 2278158105, 0cf2319f42415b32, a721a8119cc17be3af20068d4a05f3e304d9bdcd,
[
(886c1f9e139158c348b30a2e27a1bba18704a602, {d9eb52995e7b165a9afa998b9026510d4c60ff69=1, a2f257f444855e1f7c450f657e0e049bb856bcdf=1}),
(9edf5757a8aad05331204adc33a2709fe7482004, {d9eb52995e7b165a9afa998b9026510d4c60ff69=1, a2f257f444855e1f7c450f657e0e049bb856bcdf=1}),
(3f3bc9ee9cbe571a91dca8b3338dd8b5f74a49a0, {a2f257f444855e1f7c450f657e0e049bb856bcdf=1, d9eb52995e7b165a9afa998b9026510d4c60ff69=1}),
We can see the status map is 1(sending)
which is obviously false.