mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
This service will apply/unapply keyword mutes to home and mentions timelines. Maybe other timelines if I find a way to make it work.
7 lines
101 B
Ruby
7 lines
101 B
Ruby
module Glitch
|
|
class ApplyKeywordMutesService < BaseService
|
|
def call(account)
|
|
end
|
|
end
|
|
end
|