TF-1142 add keywork seen to draft email
This commit is contained in:
@@ -563,6 +563,7 @@ class ComposerController extends BaseController {
|
||||
Map<KeyWordIdentifier, bool>? mapKeywords = {};
|
||||
if (asDrafts) {
|
||||
mapKeywords[KeyWordIdentifier.emailDraft] = true;
|
||||
mapKeywords[KeyWordIdentifier.emailSeen] = true;
|
||||
}
|
||||
|
||||
final generateEmailId = EmailId(Id(_uuid.v1()));
|
||||
|
||||
Reference in New Issue
Block a user