mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-16 03:46:33 -05:00
Fix: Admin invite autofollow option is ignored (#39819)
This commit is contained in:
@@ -40,7 +40,7 @@ module Admin
|
||||
|
||||
def resource_params
|
||||
params
|
||||
.expect(invite: [:max_uses, :expires_in])
|
||||
.expect(invite: [:max_uses, :expires_in, :autofollow])
|
||||
end
|
||||
|
||||
def filtered_invites
|
||||
|
||||
Reference in New Issue
Block a user