mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Config: Set search_function to websearch
by default
This commit is contained in:
parent
1c16c67c21
commit
4a5ab690ef
1 changed files with 2 additions and 1 deletions
|
@ -263,7 +263,8 @@ config :pleroma, :instance,
|
|||
length: 16
|
||||
]
|
||||
],
|
||||
show_reactions: true
|
||||
show_reactions: true,
|
||||
search_function: :websearch
|
||||
|
||||
config :pleroma, :welcome,
|
||||
direct_message: [
|
||||
|
|
Loading…
Reference in a new issue