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 cb783f943e
commit 62013e4e7c
5 changed files with 103 additions and 128 deletions
@@ -53,6 +53,7 @@ static NSAttributedString *timestampVerticalWhitespace = nil;
if (self)
{
_eventsToShowAllReactions = [NSMutableSet set];
_componentIndexOfSentMessageTick = -1;
}
return self;
}