mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
(js) Restore live update of flags in messages list
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user