feat: add group name to csv event

v1.18.x
Barış Soner Uşaklı 4 years ago
parent a186ea0fe3
commit 672959c13f

@ -83,6 +83,7 @@ groupsController.getCSV = async function (req, res) {
type: 'getGroupCSV',
uid: req.uid,
ip: req.ip,
group: req.params.groupname,
});
const groupName = req.params.groupname;
const members = (await groups.getMembersOfGroups([groupName]))[0];

Loading…
Cancel
Save