Let typeahead surface groups with matching members
This commit is contained in:
parent
e149650d94
commit
d3d84f3124
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ var Whisper = Whisper || {};
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var typeahead = Backbone.TypeaheadCollection.extend({
|
var typeahead = Backbone.TypeaheadCollection.extend({
|
||||||
typeaheadAttributes: ['name'],
|
typeaheadAttributes: ['name', 'members'],
|
||||||
database: Whisper.Database,
|
database: Whisper.Database,
|
||||||
storeName: 'conversations',
|
storeName: 'conversations',
|
||||||
model: Whisper.Conversation,
|
model: Whisper.Conversation,
|
||||||
|
|
Loading…
Reference in a new issue