diff options
author | lain <lain@soykaf.club> | 2020-11-19 16:17:14 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-11-19 16:17:14 +0100 |
commit | 4a5ab690ef54f83e34edacd5089ce53844ffbee5 (patch) | |
tree | a3a9c0faf34591edc88bb4037394a8bc066efdf2 | |
parent | 1c16c67c21236d924901c5b6d65b57f7db6a2783 (diff) | |
download | pleroma-4a5ab690ef54f83e34edacd5089ce53844ffbee5.tar.gz |
Config: Set search_function to `websearch` by default
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 1ac140ed0..47eb18442 100644 --- a/config/config.exs +++ b/config/config.exs @@ -263,7 +263,8 @@ config :pleroma, :instance, length: 16 ] ], - show_reactions: true + show_reactions: true, + search_function: :websearch config :pleroma, :welcome, direct_message: [ |