mastodon/app
David Yip 08652baab0 Replace =~ with #matches?. #208.
=~ made sense when we were passing it through to a regex, but we're no
longer doing that: TagMatcher looks at individual tags and returns a
value that *looks* like what you get out of #=~ but really isn't that
meaningful.  Probably a good idea to not subvert convention like this
and instead use a name with guessable intent.
2017-11-15 18:27:25 -06:00
..
controllers Updates per code review 2017-11-11 14:37:23 -06:00
helpers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
javascript Merge pull request #212 from aschmitz/feat/mute-reblogs 2017-11-15 12:01:17 -05:00
lib Replace =~ with #matches?. #208. 2017-11-15 18:27:25 -06:00
mailers
models Replace =~ with #matches?. #208. 2017-11-15 18:27:25 -06:00
policies
presenters
serializers Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
services Updates per code review 2017-11-11 14:37:23 -06:00
validators Merge upstream 2.0ish #165 2017-10-11 10:43:10 -07:00
views Merge branch 'master' into gs-master 2017-10-27 09:45:25 -05:00
workers Clean up reblog tracking keys, related improvements (#5428) 2017-10-17 11:45:06 +02:00