[feat] Allow users to generate their own invites #423
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#423
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
If a server is closed for public registrations but has invites on, admins should also be able to allow their users to generate their own invites to invite friends with. Probably admins should be able to set it so this is a privilege they only receive after some amount of time and/or activity on the instance, as well as some sort of limit for how many invites a non-admin user can generate in a given period of time, in case bad actors have already made their way onto the instance (i.e. during a previous open signup period or what have you) so they can't easily continuously invite other bad actors.
The reasoning
Frankly, this is actually what I had assumed would be the default behavior for invite-only instances when I was setting mine up. I remember maybe glitch-soc Mastodon as a whole having this as a feature when I had used I think cybre.space years ago, and it feels like a pretty important and reasonable feature to have. I'd like my users to be able to invite others when open regs are closed, but as it stands now they have to ask me specifically for an invite, and wait for me to see it, then wait for me to be somewhere where I can do that easily. This would simply be more convenient for everyone involved, I think.
Have you searched for this feature request?