Fixed https://github.com/vector-im/vector-ios/issues/246: universal link on an unjoined room + an event iD is not properly managed

This commit is contained in:
manuroe
2016-04-26 17:10:06 +02:00
parent f91ddac917
commit bbe7bcaf8e
3 changed files with 20 additions and 0 deletions
+6
View File
@@ -43,6 +43,12 @@
*/
@property (nonatomic) MXSession *mxSession;
/**
The id of the event where to start to show the room once joined.
It is non nil only for permalinks to rooms the user has not joined yet.
*/
@property (nonatomic) NSString *eventId;
/**
Preview information.
They come from the `emailInvitationParams` or [self fetchPreviewData].