mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-12 02:13:18 +00:00
fix(mail(js)): update unseen count when it's zero
This commit is contained in:
@@ -1089,7 +1089,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
if (data.unseenCount) {
|
||||
if (angular.isDefined(data.unseenCount)) {
|
||||
_this.unseenCount = data.unseenCount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user