1
0
Fork 0
forked from gitea/nas

Fix searchability selections

This commit is contained in:
KMY 2023-05-24 12:45:35 +09:00
parent 500978bab8
commit 29cf3b83bf
3 changed files with 13 additions and 13 deletions

View file

@ -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)