This website requires JavaScript.
Explore
Help
Sign in
namekuji
/
chuckya
Watch
1
Star
0
Fork
You've already forked chuckya
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
835eec8a4c
chuckya
/
spec
/
fabricators
/
glitch_keyword_mute_fabricator.rb
3 lines
41 B
Ruby
Raw
Normal View
History
Unescape
Escape
Apply keyword mutes to reblogs.
2017-10-22 05:44:47 +09: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-22 04:47:17 +09:00
end
Reference in a new issue
Copy permalink