TF-284 change payload of NotificationResponse when user click to notification
This commit is contained in:
@@ -117,7 +117,7 @@ class EmailChangeListener extends ChangeListener {
|
||||
title: presentationEmail.subject ?? '',
|
||||
message: presentationEmail.preview,
|
||||
emailAddress: presentationEmail.from?.first,
|
||||
payload: newState.value
|
||||
payload: presentationEmail.id.id.value,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user