summaryrefslogtreecommitdiff
path: root/internal/processing/status/edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/processing/status/edit.go')
-rw-r--r--internal/processing/status/edit.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/internal/processing/status/edit.go b/internal/processing/status/edit.go
index 464ddde43..b64a0583b 100644
--- a/internal/processing/status/edit.go
+++ b/internal/processing/status/edit.go
@@ -85,7 +85,11 @@ func (p *Processor) Edit(
}
// Process incoming content type.
- contentType := processContentType(form.ContentType, status, requester.Settings.StatusContentType)
+ contentType := processContentType(
+ form.ContentType,
+ status,
+ requester.Settings.StatusContentType,
+ )
// Process incoming status edit content fields.
content, errWithCode := p.processContent(ctx,