Fixed contact not being added after friend request is accepted.

pull/137/head
Mikunj 6 years ago
parent b7329824ab
commit 78c5962ff0

@ -82,7 +82,7 @@
initialize() {
this.on('change:timestamp change:name change:number change:profileName', this.sort);
this.listenTo(conversations, 'add change:active_at', this.addActive);
this.listenTo(conversations, 'add change:active_at change:friendRequestStatus', this.addActive);
this.listenTo(conversations, 'reset', () => this.reset([]));
this.collator = new Intl.Collator();

Loading…
Cancel
Save