mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Start DM on first message (#6367)
Start DM on first message Co-authored-by: Philippe Loriaux <philippel@element.io>
This commit is contained in:
@@ -127,6 +127,19 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
*/
|
||||
- (void)displayRoomPreview:(RoomPreviewData*)roomPreviewData;
|
||||
|
||||
/**
|
||||
Display a new discussion with a target user without associated room.
|
||||
|
||||
@param directChatTargetUser Direct chat target user.
|
||||
@param session The Matrix session.
|
||||
*/
|
||||
- (void)displayNewDirectChatWithTargetUser:(nonnull MXUser*)directChatTargetUser session:(nonnull MXSession*)session;
|
||||
|
||||
/**
|
||||
Pop to home view controller
|
||||
*/
|
||||
- (void)popToHomeViewController;
|
||||
|
||||
/**
|
||||
If `YES`, the room settings screen will be initially displayed. Default `NO`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user