fix format

This commit is contained in:
April John 2023-09-04 18:43:03 +02:00
parent 20a48cabd0
commit 2c935fe9db

View File

@ -98,35 +98,34 @@ export const nodeinfo2 = async () => {
themeColor: meta.themeColor || "#31748f", themeColor: meta.themeColor || "#31748f",
//Akkoma //Akkoma
features: [ features: [
"mastodon_api", "mastodon_api",
"mastodon_api_float", "mastodon_api_float",
"polls", "polls",
"relay", "relay",
"quote_posting", "quote_posting",
"pleroma_emoji_reactions", "pleroma_emoji_reactions",
"pleroma_chat_messages", "pleroma_chat_messages",
"exposable_reactions", "exposable_reactions",
"profile_directory" "profile_directory"
], ],
federation: { federation: {
enabled : true enabled : true
}, },
fields_limits: { fields_limits: {
max_fields: 10, max_fields: 10,
max_remote_fields: 20, max_remote_fields: 20,
name_length: 512, name_length: 512,
value_length: 2048 value_length: 2048
}, },
post_formats: [ post_formats: [
"text/x.misskeymarkdown" "text/x.misskeymarkdown"
], ],
publicTimelineVisibility: { publicTimelineVisibility: {
local: true, local: true,
federated: false, federated: false,
bubble: false, bubble: false,
}, },
}, },
}; };
}; };