]> cat aescling's git repositories - mastodon.git/commit
Remove most behaviour disparities between blocks and mutes (#7231)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 2 May 2018 13:50:20 +0000 (15:50 +0200)
committerGitHub <noreply@github.com>
Wed, 2 May 2018 13:50:20 +0000 (15:50 +0200)
commitf62539ce5c106e27a371702d499ec4df52eccde6
treec5871c1d1cec0d68e35d3394659bffbead2bb0f9
parentc5dcd7d836d53ede4751405ec5701f9f3b48102c
Remove most behaviour disparities between blocks and mutes (#7231)

* Remove most behaviour disparities between blocks and mutes

The only differences between block and mute should be:

- Mutes can optionally NOT affect notifications
- Mutes should not be visible to the muted

Fix #7230
Fix #5713

* Do not allow boosting someone you blocked

Fix #7248

* Do not allow favouriting someone you blocked

* Fix nil error in StatusPolicy
app/lib/feed_manager.rb
app/policies/status_policy.rb
app/services/favourite_service.rb