diff options
-rw-r--r-- | app/models/status.rb | 1 |
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 |