Retrying & deleting failed messages

- Update after code review
This commit is contained in:
Gil Eluard
2021-03-10 22:19:04 +01:00
parent c9f5e6cf0d
commit 120425389f
7 changed files with 33 additions and 33 deletions
@@ -117,7 +117,7 @@ static const CGFloat kDirectRoomBorderWidth = 3.0;
// Notify unreads and bing
if (roomCellData.roomSummary.room.summary.membership == MXMembershipInvite
|| roomCellData.roomSummary.room.sentStatus != MXRoomSentStatusOk)
|| roomCellData.roomSummary.room.sentStatus != RoomSentStatusOk)
{
self.badgeLabel.hidden = NO;
self.badgeLabel.badgeColor = ThemeService.shared.theme.noticeColor;