TF-4236 Fix partial-update validation for thread label ops.

This commit is contained in:
dab246
2026-01-26 10:22:39 +07:00
committed by Dat H. Pham
parent b633bcf709
commit a05a28700a
4 changed files with 22 additions and 11 deletions
@@ -9,6 +9,8 @@ extension ListEmailIdExtension on List<EmailId> {
List<Id> toIds() => map((emailId) => emailId.id).toList();
Set<Id> toSetIds() => map((emailId) => emailId.id).toSet();
Map<Id, PatchObject> generateMapUpdateObjectMarkAsRead(ReadActions readActions) {
return {
for (var emailId in this)