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