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 issues
This commit is contained in:
parent
0f0cc3f2eb
commit
42cd363542
15 changed files with 48 additions and 6 deletions
5
db/migrate/20180506221944_add_actor_type_to_accounts.rb
Normal file
5
db/migrate/20180506221944_add_actor_type_to_accounts.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :accounts, :actor_type, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue