forked from AkkomaGang/akkoma
nodeinfo: add multifetch feature (ref pleroma-fe!977).
This commit is contained in:
parent
aa3551ebd2
commit
532fd38b12
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ def raw_nodeinfo do
|
||||||
"polls",
|
"polls",
|
||||||
"pleroma_explicit_addressing",
|
"pleroma_explicit_addressing",
|
||||||
"shareable_emoji_packs",
|
"shareable_emoji_packs",
|
||||||
|
"multifetch",
|
||||||
if Config.get([:media_proxy, :enabled]) do
|
if Config.get([:media_proxy, :enabled]) do
|
||||||
"media_proxy"
|
"media_proxy"
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue