Update Redux to handle quote posts (#35715)
This commit is contained in:
parent
a485f97d21
commit
8ee4b3f906
8 changed files with 183 additions and 12 deletions
|
|
@ -228,6 +228,8 @@ export function submitCompose() {
|
|||
visibility: getState().getIn(['compose', 'privacy']),
|
||||
poll: getState().getIn(['compose', 'poll'], null),
|
||||
language: getState().getIn(['compose', 'language']),
|
||||
quoted_status_id: getState().getIn(['compose', 'quoted_status_id']),
|
||||
quote_approval_policy: getState().getIn(['compose', 'quote_policy']),
|
||||
},
|
||||
headers: {
|
||||
'Idempotency-Key': getState().getIn(['compose', 'idempotencyKey']),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue