refactor(publish): check glitch edition

This commit is contained in:
三咲智子 2023-01-10 16:36:06 +08:00
parent 217f1ea567
commit 34be0078c2
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -136,7 +136,7 @@ async function publish() {
...draft.params,
status: htmlToText(draft.params.status || ''),
mediaIds: draft.attachments.map(a => a.id),
...((masto.config as any).props.version.raw.includes('+glitch') ? { 'content-type': 'text/markdown' } : {}),
...(isGlitchEdition.value ? { 'content-type': 'text/markdown' } : {}),
} as mastodon.v1.CreateStatusParams
if (process.dev) {