pl-fe: revert

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-11-28 19:07:22 +01:00
parent 0ca1130222
commit b770e7bd16
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ const ContentTypeButton: React.FC<IContentTypeButton> = ({ composeId }) => {
const handleChange = (contentType: string) => () => dispatch(changeComposeContentType(composeId, contentType));
const postFormats = instance.configuration.statuses.supported_mime_types;
const postFormats = instance.pleroma.metadata.post_formats;
const options = [];