From 4a054dec6434e74c05bec97861ed4046b9ee5cbc Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Tue, 24 Apr 2018 23:12:50 +0530 Subject: [PATCH] author handle in email payload --- src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.js b/src/app.js index 2d8ec96..6738344 100644 --- a/src/app.js +++ b/src/app.js @@ -119,6 +119,7 @@ function startKafkaConsumer(handlers) { projectId: messageJSON.projectId, topicId, postId, + authorHandle: notification.contents.userHandle, }, recipients, replyTo,