julianlam/nodebb-plugin-session-sharing

getGroupsFromSet no longer requires req.uid

Closed this issue · 2 comments

req.uid needs removing from this line to be able to fetch the groups now

groups.getGroupsFromSet('groups:visible:createtime', req.uid, 0, -1, function (err, groupData) {

How was the admin page even working 🤔

v4.7.2