|
|
@ -98,7 +98,7 @@ Groups.getGroups = async function (set, start, stop) {
|
|
|
|
Groups.getGroupsAndMembers = async function (groupNames) {
|
|
|
|
Groups.getGroupsAndMembers = async function (groupNames) {
|
|
|
|
const [groups, members] = await Promise.all([
|
|
|
|
const [groups, members] = await Promise.all([
|
|
|
|
Groups.getGroupsData(groupNames),
|
|
|
|
Groups.getGroupsData(groupNames),
|
|
|
|
Groups.getMemberUsers(groupNames, 0, 3),
|
|
|
|
Groups.getMemberUsers(groupNames, 0, 9),
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
groups.forEach((group, index) => {
|
|
|
|
groups.forEach((group, index) => {
|
|
|
|
if (group) {
|
|
|
|
if (group) {
|
|
|
|