Merge
This commit is contained in:
parent
1d9c77063e
commit
84eae6fac9
32 changed files with 556 additions and 586 deletions
|
@ -79,6 +79,8 @@ class SearchQueryTransformer < Parslet::Transform
|
|||
case @flags['in']
|
||||
when 'library'
|
||||
[StatusesIndex]
|
||||
when 'public'
|
||||
[PublicStatusesIndex]
|
||||
else
|
||||
@options[:current_account].user&.setting_use_public_index ? [PublicStatusesIndex, StatusesIndex] : [StatusesIndex]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue