Compare commits
2 commits
9104458dd9
...
acbc326ab7
Author | SHA1 | Date | |
---|---|---|---|
acbc326ab7 | |||
a6169ea752 |
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue