mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
one more fix
This commit is contained in:
@@ -72,6 +72,7 @@ module.exports = function(app, middleware, controllers) {
|
||||
bodyLong: 'asdasd khajsdhakhdakj hdkash dakhdakjdhakjs',
|
||||
path: nconf.get('relative_path') + '/topic/' + topicSlug + '/' + postIndex,
|
||||
uniqueId: 'topic:' + tid,
|
||||
tid: tid,
|
||||
from: fromUid
|
||||
}, function(err, nid) {
|
||||
notifications.push(nid, [1]);
|
||||
|
||||
Reference in New Issue
Block a user