Merge remote-tracking branch 'origin/develop' into users-statuses-pinia

This commit is contained in:
Henry Jameson 2026-08-27 20:31:06 +03:00
commit 572842fb79
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix posting not working when using preview

View file

@ -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 () {