mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-23 04:52:00 +00:00
Bringing back the invite gather
This commit is contained in:
parent
51602d7a0d
commit
28d807c755
1 changed files with 9 additions and 9 deletions
|
@ -22,15 +22,15 @@ const GATHER_CONFIGS = [
|
|||
name: "Classic Gather",
|
||||
description: "No Requirements"
|
||||
}
|
||||
// {
|
||||
// type: "invitational",
|
||||
// name: "Invitational Gather",
|
||||
// description: "Join on ensl.org/teams/949",
|
||||
// // Grant invite if on list
|
||||
// membershipTest: function (user) {
|
||||
// return InvitationalGather.list.some(m => m.id === user.id);
|
||||
// }
|
||||
// }
|
||||
{
|
||||
type: "invitational",
|
||||
name: "Invitational Gather",
|
||||
description: "Join on ensl.org/teams/949",
|
||||
// Grant invite if on list
|
||||
membershipTest: function (user) {
|
||||
return InvitationalGather.list.some(m => m.id === user.id);
|
||||
}
|
||||
}
|
||||
// {
|
||||
// type: "casual",
|
||||
// name: "Casual Gather",
|
||||
|
|
Loading…
Reference in a new issue