(js) Restore live update of flags in messages list

This commit is contained in:
Francis Lachapelle
2018-01-12 16:30:05 -05:00
parent c29e0a1a3d
commit e86efe59fd

View File

@@ -33,7 +33,7 @@
$scope.$watch(
function() {
return $ctrl.message? [ _.pick($ctrl.message, ['uid', 'isread', 'isflagged']) ] : null;
return $ctrl.message? [ _.pick($ctrl.message, ['uid', 'isread', 'isflagged', 'flags']) ] : null;
},
function(newId, oldId) {
if ($ctrl.message) {