Use backend from glitch-soc for instance-only toots
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
class AddLocalOnlyFlagToStatuses < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :statuses, :local_only, :boolean
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user