Commit b9cdf6b7 authored by JC Brand's avatar JC Brand

Make sure relevant roster group gets inserted when a new contact gets added

by calling `sortAndPositionAllItems`.

Particularly relevant to the "Pending Contacts" group.
parent e1995c6d
......@@ -845,6 +845,7 @@
onContactAdded (contact) {
this.addRosterContact(contact).update();
this.updateFilter();
this.sortAndPositionAllItems();
},
onContactChange (contact) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment