forked from AkkomaGang/akkoma-fe
Merge remote-tracking branch 'novenary/misc-fixes/2024-09-17' into akkowtf
This commit is contained in:
commit
9d3cf650ac
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ const PostStatusForm = {
|
|||
poll: this.statusPoll || {},
|
||||
mediaDescriptions: this.statusMediaDescriptions || {},
|
||||
visibility: this.statusScope || this.suggestedVisibility(),
|
||||
language: this.statusLanguage || postLanguage,
|
||||
language: this.statusLanguage || this.suggestedLanguage(),
|
||||
contentType: statusContentType
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue