mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-13 16:43:53 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user