diff --git a/lib/features/thread/presentation/thread_controller.dart b/lib/features/thread/presentation/thread_controller.dart index 3cfa68261..aa392a805 100644 --- a/lib/features/thread/presentation/thread_controller.dart +++ b/lib/features/thread/presentation/thread_controller.dart @@ -967,7 +967,8 @@ class ThreadController extends BaseController with EmailActionController { _session!, _accountId!, emailId, - properties: ThreadConstants.propertiesDefault)); + properties: EmailUtils.getPropertiesForEmailGetMethod(_session!, _accountId!) + )); } }