mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Sort contacts by name in compose flow
This commit is contained in:
@@ -48,7 +48,9 @@ var Whisper = Whisper || {};
|
||||
|
||||
this.typeahead_collection = new typeahead();
|
||||
this.typeahead_view = new Whisper.ConversationListView({
|
||||
collection : new Whisper.ConversationCollection(),
|
||||
collection : new (Whisper.ConversationCollection.extend({
|
||||
comparator: 'name'
|
||||
}))(),
|
||||
className: 'typeahead'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user