mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
missed one, @EisFrei
This commit is contained in:
@@ -629,7 +629,7 @@ var async = require('async'),
|
|||||||
return callback(err);
|
return callback(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins.fireHook('action:groups.leave', {
|
plugins.fireHook('action:group.leave', {
|
||||||
groupName: groupName,
|
groupName: groupName,
|
||||||
uid: uid
|
uid: uid
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user