This website requires JavaScript.
Explore
Help
Register
Sign In
ar
/
mastodon
forked from
treehouse/mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26ecee79bf
mastodon
/
spec
/
fabricators
/
glitch_keyword_mute_fabrica...
3 lines
41 B
Ruby
Raw
Normal View
History
Unescape
Escape
Apply keyword mutes to reblogs.
2017-10-21 20:44:47 +00:00
Fabricator
(
'Glitch::KeywordMute'
)
do
Move KeywordMute into Glitch namespace. There are two motivations for this: 1. It looks like we're going to add other features that require server-side storage (e.g. user notes). 2. Namespacing glitchsoc modifications is a good idea anyway: even if we do not end up doing (1), if upstream introduces a keyword-mute feature that also uses a "KeywordMute" model, we can avoid some merge conflicts this way and work on the more interesting task of choosing which implementation to use.
2017-10-21 19:47:17 +00:00
end