mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Reverted commit 'a89895ab8319adb0ac689274b0e08732721a3228' (#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