mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-07 07:25:09 +00:00
![Eugen Rochko](/assets/img/avatar_default.png)
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management
2 lines
157 B
Ruby
2 lines
157 B
Ruby
Account.create_with(actor_type: 'Application', locked: true, username: ENV['LOCAL_DOMAIN'] || Rails.configuration.x.local_domain).find_or_create_by(id: -99)
|