glitch-soc/app/services/glitch/apply_keyword_mutes_service.rb
David Yip 083f78b8fb
Stub out Glitch::ApplyKeywordMutesService. #199.
This service will apply/unapply keyword mutes to home and mentions
timelines.  Maybe other timelines if I find a way to make it work.
2018-06-13 03:32:30 -05:00

7 lines
101 B
Ruby

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