refs #1453 Allow to post quoted status
This commit is contained in:
parent
d188278b80
commit
8ebddf61b2
|
@ -227,6 +227,12 @@ const actions: ActionTree<NewTootState, RootState> = {
|
|||
})
|
||||
}
|
||||
|
||||
if (state.quoteToMessage !== null) {
|
||||
form = Object.assign(form, {
|
||||
quote_id: state.quoteToMessage.id
|
||||
})
|
||||
}
|
||||
|
||||
if (params.polls.length > 1) {
|
||||
params.polls.map(poll => {
|
||||
if (poll.length < 1) {
|
||||
|
|
Loading…
Reference in New Issue