feat: add markdown support for glitch-soc instances (#752)
parent
4354dd6a2e
commit
9f7c5a2040
|
@ -147,6 +147,7 @@ async function publish() {
|
||||||
...draft.params,
|
...draft.params,
|
||||||
status: htmlToText(draft.params.status || ''),
|
status: htmlToText(draft.params.status || ''),
|
||||||
mediaIds: draft.attachments.map(a => a.id),
|
mediaIds: draft.attachments.map(a => a.id),
|
||||||
|
...(masto.version.includes('+glitch') ? { 'content-type': 'text/markdown' } : {}),
|
||||||
} as CreateStatusParams
|
} as CreateStatusParams
|
||||||
|
|
||||||
if (process.dev) {
|
if (process.dev) {
|
||||||
|
|
Loading…
Reference in New Issue