fix tests

This commit is contained in:
Henry Jameson 2026-05-13 18:16:34 +03:00
commit d19877ed8e
4 changed files with 83 additions and 13 deletions

View file

@ -211,7 +211,11 @@ const PostStatusForm = {
poll: {},
hasPoll: false,
hasQuote: false,
quote: {},
quote: {
id: '',
url: '',
thread: false,
},
mediaDescriptions: {},
visibility: scope,
contentType,
@ -230,7 +234,11 @@ const PostStatusForm = {
poll: this.statusPoll || {},
hasPoll: false,
hasQuote: false,
quote: {},
quote: {
id: '',
url: '',
thread: false,
},
mediaDescriptions: this.statusMediaDescriptions || {},
visibility: this.statusScope || scope,
contentType: statusContentType,