Merge branch 'master' into 454-allow-keyword-mutes-to-skip-mentions
This commit is contained in:
@@ -11,7 +11,7 @@ class Settings::FollowerDomainsController < Settings::BaseController
|
||||
def update
|
||||
domains = bulk_params[:select] || []
|
||||
|
||||
SoftBlockDomainFollowersWorker.push_bulk(domains) do |domain|
|
||||
AfterAccountDomainBlockWorker.push_bulk(domains) do |domain|
|
||||
[current_account.id, domain]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user