Fix documentation warning.

This commit is contained in:
Doug
2021-07-05 17:48:53 +01:00
parent cf860049ef
commit 44dc2aaf41
+8 -1
View File
@@ -76,10 +76,17 @@
Contructors.
@param roomId the id of the room.
@param emailInvitationParams, in case of an email invitation link, the query parameters extracted from the link.
@param mxSession the session to open the room preview with.
*/
- (instancetype)initWithRoomId:(NSString*)roomId andSession:(MXSession*)mxSession;
/**
Contructors.
@param roomId the id of the room.
@param emailInvitationParams in case of an email invitation link, the query parameters extracted from the link.
@param mxSession the session to open the room preview with.
*/
- (instancetype)initWithRoomId:(NSString*)roomId emailInvitationParams:(NSDictionary*)emailInvitationParams andSession:(MXSession*)mxSession;
/**