Remove unused `Account::Interactions#endorsed?` method (#29463)

pull/29604/head
Matt Jankowski 1 year ago committed by GitHub
parent d39d625561
commit 838b0bdf2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -242,10 +242,6 @@ module Account::Interactions
status_pins.exists?(status: status)
end
def endorsed?(account)
account_pins.exists?(target_account: account)
end
def status_matches_filters(status)
active_filters = CustomFilter.cached_filters_for(id)
CustomFilter.apply_cached_filters(active_filters, status)

Loading…
Cancel
Save