pl-fe: support headings in wysiwyg editor on non-pleroma software

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-08-11 10:38:36 +02:00
parent b06bfcc6f1
commit aa5bbce5d0
4 changed files with 17 additions and 11 deletions

View File

@ -536,6 +536,13 @@ const getFeatures = (instance: Instance) => {
circles: instance.api_versions['kmyblue_circle_history.fedibird.pl-api'] >= 1,
composeAllowHeadings: any([
v.software !== PLEROMA && v.software !== AKKOMA,
instance.pleroma.metadata.markup.allow_headings,
]),
composeAllowInlineImages: instance.pleroma.metadata.markup.allow_inline_images,
/**
* Mastodon's newer solution for direct messaging.
* @see {@link https://docs.joinmastodon.org/methods/conversations/}