Update OneToOne room handling (see [MXSession privateOneToOneRoomWithUserId:]).

This commit is contained in:
giomfo
2015-05-04 14:22:39 +02:00
parent 216f7d1cf9
commit 69c90c9c95
3 changed files with 5 additions and 41 deletions
-3
View File
@@ -23,9 +23,6 @@
+ (MatrixHandler *)sharedHandler;
// Searches if a private OneToOne room has been started with this user
// Returns the room ID (nil if not found)
- (NSString*)privateOneToOneRoomIdWithUserId:(NSString*)userId;
// Reopens an existing private OneToOne room with this userId or creates a new one (if it doesn't exist)
- (void)startPrivateOneToOneRoomWithUserId:(NSString*)userId;