add_invite_rooms_section

Plug the join/reject button
The join does not refresh properly the recents.
This commit is contained in:
yannick
2015-12-10 09:00:57 +01:00
parent 6169b39ae5
commit 09567f1c29
5 changed files with 109 additions and 4 deletions
+10
View File
@@ -21,6 +21,16 @@
*/
@interface RecentsDataSource : MXKInterleavedRecentsDataSource
/**
The callback when a room invitation is rejected.
*/
@property (nonatomic, copy) void (^onRoomInvitationReject)(MXRoom*);
/**
The callback when a room invitation is accepted.
*/
@property (nonatomic, copy) void (^onRoomInvitationAccept)(MXRoom*);
/**
Return the header height from the section.
*/