mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +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.
6 lines
90 B
Ruby
6 lines
90 B
Ruby
require 'rails_helper'
|
|
|
|
describe Glitch::ApplyKeywordMutesService, type: :service do
|
|
|
|
end
|