The circle means that the message is currently being sent?
Note: only the last sent got the mark
Why does only the last message get a mark?
How can I find out whether one of the previous messages has not yet been sent if the status of whether a message has been sent is only displayed for the last message?
circle = sending, white check mark = sent, read status = displayed
Why does only the last message get a mark?
Cause the history is a tree (a git repository behind), so if you send A,B,C if contact got C they will have A & B (because the tree is validated and can't be partial)
Cause the history is a tree (a git repository behind), so if you send A,B,C if contact got C they will have A & B (because the tree is validated and can't be partial)
Does this mean that if there is a problem with the sending of A or B, C will not be transmitted either? So first A, then B, then C. And only if the previous message could be sent the last message is also sent?