diff options
Diffstat (limited to 'app/workers')
-rw-r--r-- | app/workers/log_worker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/log_worker.rb b/app/workers/log_worker.rb index d3d22c88e..f56becd66 100644 --- a/app/workers/log_worker.rb +++ b/app/workers/log_worker.rb @@ -22,7 +22,7 @@ class LogWorker tags: [tag], visibility: :unlisted, local_only: true, - content_type: 'text/plain', + content_type: 'text/console', language: 'en', nocrawl: true, nomentions: true, |