Room Participants: improve invitable contacts list

- list only the contacts who has the search pattern as prefix
This commit is contained in:
giomfo
2016-06-22 00:15:52 +02:00
parent 126c2449c8
commit 1aa3b9193b
3 changed files with 159 additions and 38 deletions
+1 -1
View File
@@ -1729,7 +1729,7 @@
// members screens
[titles addObject: NSLocalizedStringFromTable(@"room_details_people", @"Vector", nil)];
RoomParticipantsViewController* participantsViewController = [[RoomParticipantsViewController alloc] init];
RoomParticipantsViewController* participantsViewController = [RoomParticipantsViewController roomParticipantsViewController];
participantsViewController.delegate = self;
participantsViewController.enableMention = YES;
participantsViewController.mxRoom = [session roomWithRoomId:roomid];