Skip to content

Commit

Permalink
Bug Fix - Profile changes shouldn't reorder the room list
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Aug 16, 2016
1 parent 88ca8ba commit 7196b86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vector/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,9 @@ - (void)initMatrixSessions
[self enableNoVoIPOnMatrixSession:mxSession];
}

// Ignore the room member profile changes during the last message process in each room.
mxSession.ignoreProfileChangesDuringLastMessageProcessing = YES;

// Each room member will be considered as a potential contact.
[MXKContactManager sharedManager].contactManagerMXRoomSource = MXKContactManagerMXRoomSourceAll;
}
Expand Down

0 comments on commit 7196b86

Please sign in to comment.