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:
lilia 2015-01-25 15:51:22 -10:00
parent 55802f2087
commit 4ee4872b27

View file

@ -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,