mirror of https://github.com/mastodon/mastodon
Move "everyone" role and "instance actor" account magic number IDs to constants (#29260)
parent
96ddf1d482
commit
245064bb98
@ -1,3 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Account.create_with(actor_type: 'Application', locked: true, username: 'mastodon.internal').find_or_create_by(id: -99)
|
||||
Account.create_with(actor_type: 'Application', locked: true, username: 'mastodon.internal').find_or_create_by(id: Account::INSTANCE_ACTOR_ID)
|
||||
|
Loading…
Reference in New Issue