Stop matching typeahead against group members
It feels a little weird when you can't see the matching member. Would consider putting this back in if we display the member list in the contact list item view.
This commit is contained in:
parent
55802f2087
commit
4ee4872b27
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ var Whisper = Whisper || {};
|
|||
'use strict';
|
||||
|
||||
var typeahead = Backbone.TypeaheadCollection.extend({
|
||||
typeaheadAttributes: ['name', 'members'],
|
||||
typeaheadAttributes: ['name'],
|
||||
database: Whisper.Database,
|
||||
storeName: 'conversations',
|
||||
model: Whisper.Conversation,
|
||||
|
|
Loading…
Reference in a new issue