removed invitational gather

This commit is contained in:
Absurdon 2017-07-02 15:48:00 +02:00
parent d5ea86ff8f
commit 51602d7a0d

View file

@ -21,17 +21,17 @@ const GATHER_CONFIGS = [
type: "classic", type: "classic",
name: "Classic Gather", name: "Classic Gather",
description: "No Requirements" 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", // type: "casual",
// name: "Casual Gather", // name: "Casual Gather",
// description: "No Requirements", // description: "No Requirements",