Use default properties when update email from email changed
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+4
-1
@@ -48,7 +48,10 @@ extension HandlePullToRefreshListEmailExtension on ThreadController {
|
||||
mailboxId: selectedMailboxId,
|
||||
),
|
||||
propertiesCreated: EmailUtils.getPropertiesForEmailGetMethod(session, accountId),
|
||||
propertiesUpdated: ThreadConstants.propertiesUpdatedDefault,
|
||||
propertiesUpdated: EmailUtils.getPropertiesForEmailChangeMethod(
|
||||
session,
|
||||
accountId,
|
||||
),
|
||||
getLatestChanges: true,
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user