Remove unsupported_searchability from config page
This commit is contained in:
parent
4223844049
commit
00eac6e757
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ class Status < ApplicationRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def selectable_searchabilities
|
def selectable_searchabilities
|
||||||
searchabilities.keys - %w(public_unlisted)
|
searchabilities.keys - %w(public_unlisted unsupported)
|
||||||
end
|
end
|
||||||
|
|
||||||
def favourites_map(status_ids, account_id)
|
def favourites_map(status_ids, account_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue