From 3163f70ef22f09679a61afc55bc13776c6e9cb24 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Fri, 1 Aug 2014 14:07:01 -0400 Subject: [PATCH] add tid to post notification so its marked read on entry --- src/user/notifications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/notifications.js b/src/user/notifications.js index f6c8832dbe..591f799ca0 100644 --- a/src/user/notifications.js +++ b/src/user/notifications.js @@ -262,6 +262,7 @@ var async = require('async'), bodyLong: results.postContent, path: nconf.get('relative_path') + '/topic/' + results.topic.slug + '/' + results.postIndex, uniqueId: 'topic:' + tid + ':uid:' + uid, + tid: tid, from: uid }, function(err, nid) { if (err) {