mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00:00
8b69a66380
* Add "why do you want to join" field to invite requests Fix #10512 * Remove unused translations * Fix broken registrations when no invite request text is submitted
5 lines
80 B
Ruby
5 lines
80 B
Ruby
Fabricator(:user_invite_request) do
|
|
user
|
|
text { Faker::Lorem.sentence }
|
|
end
|