TF-284 change payload of NotificationResponse when user click to notification

This commit is contained in:
sherlockvn
2022-12-08 15:20:10 +07:00
committed by Dat H. Pham
parent 66d16b7a98
commit 4947c11563
@@ -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,
);
}