Fix searchability selections
This commit is contained in:
parent
500978bab8
commit
29cf3b83bf
3 changed files with 13 additions and 13 deletions
|
@ -409,7 +409,7 @@ class Status < ApplicationRecord
|
|||
end
|
||||
|
||||
def selectable_searchabilities
|
||||
searchabilities.keys - %w(public_unlisted limited)
|
||||
searchabilities.keys - %w(public_unlisted)
|
||||
end
|
||||
|
||||
def favourites_map(status_ids, account_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue