forked from AkkomaGang/akkoma-fe
No attachment links
This commit is contained in:
parent
754cb23f35
commit
13855f46e2
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ const postStatus = ({credentials, status, spoilerText, visibility, sensitive, me
|
|||
|
||||
form.append('status', status)
|
||||
form.append('source', 'Pleroma FE')
|
||||
form.append('no_attachment_links', true)
|
||||
if (spoilerText) form.append('spoiler_text', spoilerText)
|
||||
if (visibility) form.append('visibility', visibility)
|
||||
if (sensitive) form.append('sensitive', sensitive)
|
||||
|
|
Loading…
Reference in a new issue