remove vestigial Status#local_only? definition

lolsob-rspec
Erin 2017-12-10 21:25:36 -06:00
parent c3e84d208c
commit 7fc6f40a88
1 changed files with 0 additions and 4 deletions

View 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)