Banned user list should be shown in room settings #450

Added the ability to unban through RoomMemberDetailsViewController
This commit is contained in:
manuroe
2016-08-02 11:57:02 +02:00
parent 2e65790fb6
commit 66ae1036fb
2 changed files with 20 additions and 1 deletions
@@ -19,7 +19,7 @@
#import "MediaPickerViewController.h"
#import "TableViewCellWithCheckBoxes.h"
@interface RoomSettingsViewController : MXKRoomSettingsViewController <UITextViewDelegate, UITextFieldDelegate, MediaPickerViewControllerDelegate, TableViewCellWithCheckBoxesDelegate>
@interface RoomSettingsViewController : MXKRoomSettingsViewController <UITextViewDelegate, UITextFieldDelegate, MediaPickerViewControllerDelegate, MXKRoomMemberDetailsViewControllerDelegate, TableViewCellWithCheckBoxesDelegate>
@end