mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Room preview of email invitation: Replaced [RoomVC displayEmailInvitation] by [RoomVC displayRoomPreview], a more generic function that handles email invitation and simple link to a room
Connected AppDelegate to this method
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#import "RoomTitleView.h"
|
||||
|
||||
#import "RoomEmailInvitation.h"
|
||||
#import "RoomPreviewData.h"
|
||||
|
||||
#import "UIViewController+VectorSearch.h"
|
||||
|
||||
@@ -39,11 +39,13 @@
|
||||
- (void)showExpandedHeader:(BOOL)isVisible;
|
||||
|
||||
/**
|
||||
Display an invitation preview.
|
||||
|
||||
@param emailInvitation the invitation received by email.
|
||||
Display the preview of a room that is unknown for the user.
|
||||
|
||||
This room can come from an email invitation link or a simple link to a room.
|
||||
|
||||
@param roomPreviewData the data for the room preview.
|
||||
*/
|
||||
- (void)displayEmailInvitation:(RoomEmailInvitation*)emailInvitation;
|
||||
- (void)displayRoomPreview:(RoomPreviewData*)previewData;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user