Merge remote-tracking branch 'novenary/misc-fixes/2024-09-17' into akkowtf

This commit is contained in:
Norm 2024-09-17 18:07:04 -04:00
commit 9d3cf650ac

View file

@ -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
}
}