mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
closes #4481
This commit is contained in:
@@ -93,7 +93,8 @@ module.exports = function(Groups) {
|
||||
bodyShort: '[[groups:request.notification_title, ' + username + ']]',
|
||||
bodyLong: '[[groups:request.notification_text, ' + username + ', ' + groupName + ']]',
|
||||
nid: 'group:' + groupName + ':uid:' + uid + ':request',
|
||||
path: '/groups/' + utils.slugify(groupName)
|
||||
path: '/groups/' + utils.slugify(groupName),
|
||||
from: uid
|
||||
}, next);
|
||||
},
|
||||
owners: function(next) {
|
||||
|
||||
Reference in New Issue
Block a user