mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 10:58:36 +02:00
feat: #7120
This commit is contained in:
@@ -20,6 +20,7 @@ module.exports = function (Groups) {
|
||||
async.parallel({
|
||||
notification: function (next) {
|
||||
notifications.create({
|
||||
type: 'group-request-membership',
|
||||
bodyShort: '[[groups:request.notification_title, ' + username + ']]',
|
||||
bodyLong: '[[groups:request.notification_text, ' + username + ', ' + groupName + ']]',
|
||||
nid: 'group:' + groupName + ':uid:' + uid + ':request',
|
||||
|
||||
Reference in New Issue
Block a user