This website requires JavaScript.
Explore
Help
Register
Sign In
luna
/
mastodon
Watch
0
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced
2024-11-05 06:26:21 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b165950ca7
mastodon
/
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-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
Reference in a new issue
Copy permalink