mirror of
https://github.com/funamitech/mastodon
synced 2025-01-06 18:03:46 +09:00
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)
|