Update inbox when group avatars change

This commit is contained in:
lilia 2015-06-05 11:52:48 -07:00
parent 583fb98cce
commit 6e1a41e9cf
2 changed files with 7 additions and 2 deletions

View file

@ -229,6 +229,7 @@
} else {
this.avatarUrl = null;
}
this.trigger('change');
},
getAvatarUrl: function() {