feat: add markdown support for glitch-soc instances (#752)

This commit is contained in:
Ryan Cao 2023-01-04 16:59:59 +08:00 committed by GitHub
parent 4354dd6a2e
commit 9f7c5a2040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,6 +147,7 @@ async function publish() {
...draft.params,
status: htmlToText(draft.params.status || ''),
mediaIds: draft.attachments.map(a => a.id),
...(masto.version.includes('+glitch') ? { 'content-type': 'text/markdown' } : {}),
} as CreateStatusParams
if (process.dev) {