diff options
Diffstat (limited to 'internal/processing/status/edit.go')
| -rw-r--r-- | internal/processing/status/edit.go | 6 |
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, |
