Per-status control for unlisted mode, also federation for unlisted mode
Fix #233, fix #268
This commit is contained in:
parent
1b447c190e
commit
14bd46946d
31 changed files with 175 additions and 82 deletions
5
db/migrate/20161130185319_add_visibility_to_statuses.rb
Normal file
5
db/migrate/20161130185319_add_visibility_to_statuses.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddVisibilityToStatuses < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :statuses, :visibility, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue