about summary refs log tree commit diff
path: root/app/models
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-11-17 22:09:41 -0600
committermultiple creatures <dev@multiple-creature.party>2019-11-18 02:19:09 -0600
commit5c535c021f6572528ca1326204ebc0500c96cd1f (patch)
treefb39b763d058ae9a7210586ca07ca6206eb307db /app/models
parentb1e3ecd78f0c384c630b5a66296fad65df986e2f (diff)
Remove a duplicate callback to `update_normalized_text`.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/status.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 18604488e..adea5b9c3 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -329,7 +329,6 @@ class Status < ApplicationRecord
   around_create Mastodon::Snowflake::Callbacks
 
   before_create :set_locality
-  before_create :update_normalized_text
 
   before_validation :prepare_contents, if: :local?
   before_validation :set_reblog