fix
This commit is contained in:
parent
ed3094ec47
commit
1d8cca69fb
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ export const postStatus = ({
|
|||
idempotencyKey,
|
||||
}) => {
|
||||
const form = new FormData()
|
||||
const pollOptions = poll.options || []
|
||||
const pollOptions = poll?.options || []
|
||||
|
||||
form.append('status', status)
|
||||
form.append('source', 'Pleroma FE')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue