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.
pull/749/head
lilia 10 years ago
parent 55802f2087
commit 4ee4872b27

@ -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…
Cancel
Save