]> cat aescling's git repositories - mastodon.git/commit
When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)
authorRenato "Lond" Cerqueira <renato@lond.com.br>
Thu, 18 Jan 2018 15:12:10 +0000 (16:12 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Jan 2018 15:12:10 +0000 (16:12 +0100)
commite56404be414ff2fc7ff11171fdd2b31a0658aa11
treeb1fcff9cdf6f054506ef76dd1142ed8b79e4362a
parent7badad7797b487b411a2ab34e0f7413741974bb4
When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)

* When must_be_following_dm is on, only notify if recipient dm'ed user
Currently, when must_be_following_dm is on, if a user sends a direct
message replying to any status from the recipient, the recipient gets a
notification. This should not be the case, as if the recipient posted
something publicly this can be used to spam their notifications.

* Refactor replied_to_status_is_direct_message?
Following suggestion in PR
app/services/notify_service.rb
spec/services/notify_service_spec.rb