Renaming: [MXSession room:] to [MXSession roomWithRoomId:]. [MXSession user:] to [MXSession userWithUserId:]

This commit is contained in:
manuroe
2014-12-02 11:19:51 +01:00
parent 900828bb48
commit 56e8f68d9b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
} else {
// Get the user that corresponds to this member
MatrixHandler *mxHandler = [MatrixHandler sharedHandler];
MXUser *user = [mxHandler.mxSession user:roomMember.userId];
MXUser *user = [mxHandler.mxSession userWithUserId:roomMember.userId];
// Prepare last active ago string
NSUInteger lastActiveAgoInSec = user.lastActiveAgo / 1000;