Correct post content type warning

Hometown does not support formatting
This commit is contained in:
Shadowfacts 2022-11-22 11:39:47 -05:00
parent b5c8a38b9b
commit 3e7cb443fa
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct AdvancedPrefsView : View {
}
var formattingFooter: some View {
var s: AttributedString = "This option is only supported with Pleroma and some compatible Mastodon instances (such as Glitch or Hometown).\n"
var s: AttributedString = "This option is only supported with Pleroma and some compatible Mastodon instances (such as Glitch).\n"
if let account = LocalData.shared.getMostRecentAccount() {
let mastodonController = MastodonController.getForAccount(account)
// shouldn't need to load the instance here, because loading it is kicked off my the scene delegate