ƪ(`▿▿▿▿▿▿▿▿▿´ƪ) -> glitch.soc utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".
ƪ(`▿▿▿▿▿▿▿▿▿´ƪ) -> glitch.soc @aprrrl

Should we cap the number of new witches per day? (is that a thing we can do?)

@aprrrl I dunno about should. (I might not get in! D:) But it's almost certainly something you CAN do. Have the script that opens registrations gather the ID of the most recent pre-window registrant, and close it when the latest registrant has an ID of <previous ID + X> - or have the opening script gather the number of registrants, have new registrations report back the current number of users, and close when the number is <previous + X>.

@aprrrl Either of those should be fairly easy with a good script and SQL (assuming witches.town is using PostGreS like the mastodon default), although the first option depends on the user ID auto-incrementing and I haven't dug into mastodon's code enough to know if that's the case.