TF-3698 Thread Detail Real time update
TF-3698 Thread Detail update reset RefreshThreadDetailAction position TF-3698 Thread Detail refactor initializeThreadDetailEmails TF-3698 Thread Detail refactor handleRefreshThreadDetailAction TF-3698 Thread Detail create listThreadIds in ListEmailExtension
This commit is contained in:
+3
-1
@@ -59,6 +59,8 @@ class RefreshChangesEmailsInMailboxInteractor {
|
||||
return Right<Failure, Success>(RefreshChangesAllEmailSuccess(
|
||||
emailList: presentationEmailList,
|
||||
currentEmailState: emailResponse.state,
|
||||
currentMailboxId: currentMailboxId));
|
||||
currentMailboxId: currentMailboxId,
|
||||
emailChangeResponse: emailResponse.emailChangeResponse,
|
||||
));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user