mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
Reverted commit '5e8a1ae716425a3179fc2c0d8c333dc5b61fcaf0' (#4173) new fix https://github.com/matrix-org/matrix-ios-sdk/pull/1749
updated changelog
This commit is contained in:
@@ -1196,8 +1196,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
{
|
||||
RecentsInvitesTableViewCell *tableViewCell = [tableView dequeueReusableCellWithIdentifier:[RecentsInvitesTableViewCell defaultReuseIdentifier]];
|
||||
|
||||
// bwi: fixes mismatched number of invites
|
||||
tableViewCell.invitesCount = self.invitesCellDataArray.count;
|
||||
tableViewCell.invitesCount = self.recentsListService.invitedRoomListData.counts.total.numberOfRooms;
|
||||
|
||||
return tableViewCell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user