Compare commits

...

2 commits

2 changed files with 2 additions and 1 deletions

View file

@ -360,7 +360,7 @@
purpose: "maskable" purpose: "maskable"
} }
], ],
theme_color: "#d6cec7", theme_color: "#313131",
background_color: "#2f2f2f" background_color: "#2f2f2f"
config :pleroma, :activitypub, config :pleroma, :activitypub,

View file

@ -95,6 +95,7 @@ def features do
if Config.get([Pleroma.Search, :extensions, :search_option_following], true) do if Config.get([Pleroma.Search, :extensions, :search_option_following], true) do
"bnakkoma:search_option_following" "bnakkoma:search_option_following"
end, end,
"bnakkoma:opensearch_protocol",
"custom_emoji_reactions", "custom_emoji_reactions",
"pleroma:get:main/ostatus" "pleroma:get:main/ostatus"
] ]