Add default_reblog_privacy setting
This commit is contained in:
parent
922c936ef1
commit
5b51413be7
8 changed files with 22 additions and 4 deletions
|
@ -404,6 +404,10 @@ class Status < ApplicationRecord
|
|||
visibilities.keys - %w(direct limited)
|
||||
end
|
||||
|
||||
def selectable_reblog_visibilities
|
||||
%w(unset) + visibilities.keys - %w(direct limited)
|
||||
end
|
||||
|
||||
def selectable_searchabilities
|
||||
searchabilities.keys - %w(public_unlisted limited)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue