about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/workers/log_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/log_worker.rb b/app/workers/log_worker.rb
index f56becd66..d3d22c88e 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/console',
+      content_type: 'text/plain',
       language: 'en',
       nocrawl: true,
       nomentions: true,