]> cat aescling's git repositories - mastodon.git/commitdiff
remove vestigial Status#local_only? definition
authorErin <sylphofelectricity@gmail.com>
Mon, 11 Dec 2017 03:25:36 +0000 (21:25 -0600)
committerErin <sylphofelectricity@gmail.com>
Mon, 11 Dec 2017 03:25:36 +0000 (21:25 -0600)
app/models/status.rb

index 920c255d7486654007ac40fc49c6597488750cac..9ae75344730dd87589d915321a043994beed84f2 100644 (file)
@@ -272,10 +272,6 @@ class Status < ApplicationRecord
     end
   end
 
-  def local_only?
-    local_only
-  end
-
   def marked_local_only?
     # match both with and without U+FE0F (the emoji variation selector)
     /👁\ufe0f?\z/.match?(content)