mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
remove vestigial Status#local_only? definition
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user