Implement sending quote posts

This commit is contained in:
tusooa 2023-07-12 21:34:19 -04:00
commit d72486f3e4
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 85 additions and 4 deletions

View file

@ -10,6 +10,7 @@ const postStatus = ({
poll,
media = [],
inReplyToStatusId = undefined,
quoteId = undefined,
contentType = 'text/plain',
preview = false,
idempotencyKey = ''
@ -24,6 +25,7 @@ const postStatus = ({
sensitive,
mediaIds,
inReplyToStatusId,
quoteId,
contentType,
poll,
preview,