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:
@@ -193,10 +193,8 @@ class SendingEmailWorker extends Worker {
|
||||
}
|
||||
|
||||
CreateNewMailboxRequest? _getMailboxRequest() {
|
||||
if (_sendingEmail.mailboxNameRequest != null &&
|
||||
_sendingEmail.creationIdRequest != null) {
|
||||
if (_sendingEmail.mailboxNameRequest != null) {
|
||||
return CreateNewMailboxRequest(
|
||||
_sendingEmail.creationIdRequest!,
|
||||
_sendingEmail.mailboxNameRequest!);
|
||||
} else {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user