1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-06 15:18:08 +00:00
mastodon/db/seeds/02_instance_actor.rb

2 lines
157 B
Ruby
Raw Normal View History

Account.create_with(actor_type: 'Application', locked: true, username: ENV['LOCAL_DOMAIN'] || Rails.configuration.x.local_domain).find_or_create_by(id: -99)