mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 13:46:57 +02:00
add_invite_rooms_section
Plug the join/reject button The join does not refresh properly the recents.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user