From 28d807c7553299a2dc3270f453abe1acc9d9acb5 Mon Sep 17 00:00:00 2001 From: Absurdon Date: Sat, 15 Jul 2017 23:05:45 +0200 Subject: [PATCH] Bringing back the invite gather --- lib/gather/gather_pool.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/gather/gather_pool.js b/lib/gather/gather_pool.js index fd03022..309b727 100644 --- a/lib/gather/gather_pool.js +++ b/lib/gather/gather_pool.js @@ -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",