mirror of https://github.com/mastodon/mastodon
Bot nameplates (#7391)
* Store actor type in database * Add bot nameplate to web UI, add setting to preferences, API, AP Fix #7365 * Fix code style issuespull/7406/head
parent
0f0cc3f2eb
commit
42cd363542
@ -0,0 +1,5 @@
|
||||
class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :accounts, :actor_type, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue