diff options
Diffstat (limited to 'internal/api/model/source.go')
-rw-r--r-- | internal/api/model/source.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/model/source.go b/internal/api/model/source.go index 9e2eafa0a..4f32399cc 100644 --- a/internal/api/model/source.go +++ b/internal/api/model/source.go @@ -31,8 +31,8 @@ type Source struct { Sensitive bool `json:"sensitive"` // The default posting language for new statuses. Language string `json:"language"` - // The default posting format for new statuses. - StatusFormat string `json:"status_format"` + // The default posting content type for new statuses. + StatusContentType string `json:"status_content_type"` // Profile bio. Note string `json:"note"` // Metadata about the account. |