Multilanguage posting

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-28 00:11:28 +02:00
parent a20e57e062
commit ed9dc9eee3
25 changed files with 323 additions and 136 deletions

View File

@@ -626,7 +626,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Ability to include multiple language variants for a post.
* @see POST /api/v1/statuses
*/
multiLanguage: false, // features.includes('pleroma:multi_language'),
multiLanguage: features.includes('pleroma:multi_language'),
/**
* Ability to hide notifications from people you don't follow.