TF-1706 Fix grey bar on server CYRUS
(cherry picked from commit 3ae632c967607cd84ddd79da8d9e17421f6b31ff)
This commit is contained in:
@@ -195,7 +195,7 @@ class EmailChangeListener extends ChangeListener {
|
||||
id: presentationEmail.id?.id.value ?? '',
|
||||
title: presentationEmail.subject ?? '',
|
||||
message: presentationEmail.preview,
|
||||
emailAddress: presentationEmail.from?.first,
|
||||
emailAddress: presentationEmail.firstFromAddress,
|
||||
payload: notificationPayload.encodeToString,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user