TF-1390: Implement Refresh spam report

This commit is contained in:
HuyNguyen
2023-01-18 00:16:38 +07:00
committed by Dat H. Pham
parent 516f435293
commit 5d2581a31d
3 changed files with 15 additions and 4 deletions
+11 -1
View File
@@ -93,6 +93,16 @@ class PresentationMailbox with EquatableMixin {
id,
name,
parentId,
role
role,
sortOrder,
totalEmails,
unreadEmails,
totalThreads,
unreadThreads,
myRights,
isSubscribed,
selectMode,
mailboxPath,
state,
];
}