TF-164 [BUG] Fix Draft, Outbox header should change to recipient

This commit is contained in:
dab246
2021-10-14 00:00:39 +07:00
committed by Dat H. Pham
parent ca91f0ead4
commit 6f40afa6f2
4 changed files with 8 additions and 4 deletions
@@ -10,6 +10,7 @@ class PresentationMailbox with EquatableMixin {
static final roleSent = Role('sent');
static final roleTemplates = Role('templates');
static final roleOutbox = Role('outbox');
static final roleDrafts = Role('drafts');
final MailboxId id;
final MailboxName? name;