about summary refs log tree commit diff
path: root/app/workers/log_worker.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-24 18:01:00 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-24 18:01:00 -0500
commit88c23ae91292815cd47583b6a841fac6489fb9df (patch)
tree71943cbdb46900721e1100f60be6959874fcbfa7 /app/workers/log_worker.rb
parent9cd09d4a70a8cd6693f80b86b3933aa94d72402a (diff)
logger should not generate link cards or mentions for entries
Diffstat (limited to 'app/workers/log_worker.rb')
-rw-r--r--app/workers/log_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/log_worker.rb b/app/workers/log_worker.rb
index 556820e16..abeadefa6 100644
--- a/app/workers/log_worker.rb
+++ b/app/workers/log_worker.rb
@@ -21,6 +21,8 @@ class LogWorker
       local_only: true,
       content_type: 'text/plain',
       language: 'en',
+      nocrawl: true,
+      nomentions: true,
     )
   rescue ActiveRecord::RecordNotFound, ActiveRecord::RecordInvalid
     true