about summary refs log tree commit diff
path: root/app/models/status.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/status.rb')
-rw-r--r--app/models/status.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/status.rb b/app/models/status.rb
index 1141d3f4f..0b26e4605 100644
--- a/app/models/status.rb
+++ b/app/models/status.rb
@@ -569,8 +569,6 @@ class Status < ApplicationRecord
   def set_locality
     if account.domain.nil? && !attribute_changed?(:local_only)
       self.local_only = marked_local_only?
-      self.local_only ||= account.user.setting_always_local
-      self.local_only ||= reply? && Status.where(id: in_reply_to_id, local_only: true).exists?
     end
   end