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

- First implementation
This commit is contained in:
Gil Eluard
2021-02-22 13:51:25 +01:00
parent 9ea022ab65
commit 2523498067
25 changed files with 450 additions and 80 deletions
@@ -99,4 +99,7 @@
- (void)roomDataSource:(RoomDataSource*)roomDataSource didUpdateEncryptionTrustLevel:(RoomEncryptionTrustLevel)roomEncryptionTrustLevel;
- (void)roomDataSource:(RoomDataSource*)roomDataSource didCancel:(MXEvent *)event;
@end