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 issuesth-downstream
parent
b890e5830c
commit
7ff3c849d1
@ -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