Merge remote-tracking branch 'origin/develop' into users-statuses-pinia
This commit is contained in:
commit
572842fb79
2 changed files with 5 additions and 0 deletions
1
changelog.d/preview_posting.fix
Normal file
1
changelog.d/preview_posting.fix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix posting not working when using preview
|
||||
|
|
@ -720,6 +720,10 @@ const PostStatusForm = {
|
|||
})
|
||||
.finally(() => {
|
||||
this.previewLoading = false
|
||||
// If we post right after doing a preview request
|
||||
// backend treats non-preview request as preview one
|
||||
// and "eats" the post
|
||||
this.updateIdempotencyKey()
|
||||
})
|
||||
},
|
||||
debouncePreviewStatus: debounce(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue