diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-29 23:09:51 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-29 23:09:51 -0500 |
commit | 90130014dd27a909fda8a63d3ce520d4d31fd68c (patch) | |
tree | 567a2ce75e2102e810a98ece02ca83257e460911 /app/workers | |
parent | 0fb1e7888e8f2f83c8f1d6b19a44b6c079251a2e (diff) |
add plain-text console formatting option
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, |