Improve the status of send messages (sending, sent, received, failed)

- update after review
This commit is contained in:
Gil Eluard
2021-03-09 11:59:54 +01:00
parent 066b82e9d3
commit 230498192a
5 changed files with 103 additions and 128 deletions
@@ -87,6 +87,11 @@ typedef NS_ENUM(NSInteger, RoomBubbleCellDataTag)
*/
@property(nonatomic) BOOL isKeyVerificationOperationPending;
/**
Index of the component which needs a sent tick displayed. -1 if none.
*/
@property(nonatomic) NSInteger componentIndexOfSentMessageTick;
/**
Indicate to update additional content height.
*/