TF-2667 Move the creation of mailbox request id to the data layer
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -283,11 +283,8 @@ class SendingQueueController extends BaseController with MessageDialogActionMixi
|
||||
}
|
||||
|
||||
CreateNewMailboxRequest? _getMailboxRequest(SendingEmail sendingEmail) {
|
||||
if (sendingEmail.mailboxNameRequest != null &&
|
||||
sendingEmail.creationIdRequest != null
|
||||
) {
|
||||
if (sendingEmail.mailboxNameRequest != null) {
|
||||
return CreateNewMailboxRequest(
|
||||
sendingEmail.creationIdRequest!,
|
||||
sendingEmail.mailboxNameRequest!
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user