about summary refs log tree commit diff
path: root/spec/models/concerns/account_interactions_spec.rb
AgeCommit message (Collapse)Author
2017-11-10Per-user reblog hiding implementation/fixes/testsaschmitz
Note that this will only hide/show *future* reblogs by a user, and does nothing to remove/add reblogs that are already in the timeline. I don't think that's a particularly confusing behavior, and it's a lot easier to implement (similar to mutes, I believe).
2017-09-13minor code style fixes oopsSurinna Curtis
2017-09-13Add specs for how mute! interacts with muting_notifications?Surinna Curtis