mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Remove unused DomainBlock#affected_accounts_count
method (#28642)
This commit is contained in:
parent
3e7a9266ea
commit
cd58e37b25
1 changed files with 0 additions and 5 deletions
|
@ -85,11 +85,6 @@ class DomainBlock < ApplicationRecord
|
||||||
(reject_media || !other_block.reject_media) && (reject_reports || !other_block.reject_reports)
|
(reject_media || !other_block.reject_media) && (reject_reports || !other_block.reject_reports)
|
||||||
end
|
end
|
||||||
|
|
||||||
def affected_accounts_count
|
|
||||||
scope = suspend? ? accounts.where(suspended_at: created_at) : accounts.where(silenced_at: created_at)
|
|
||||||
scope.count
|
|
||||||
end
|
|
||||||
|
|
||||||
def public_domain
|
def public_domain
|
||||||
return domain unless obfuscate?
|
return domain unless obfuscate?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue