This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/services/glitch/apply_keyword_mutes_service.rb

7 lines
101 B
Ruby

module Glitch
class ApplyKeywordMutesService < BaseService
def call(account)
end
end
end