You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Renato "Lond" Cerqueira e56404be41 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
7 years ago
..
controllers Fix home regeneration (#6251) 7 years ago
helpers HTML e-mails for UserMailer (#6256) 7 years ago
javascript Fix home regeneration (#6251) 7 years ago
lib
mailers HTML e-mails for NotificationMailer (#6263) 7 years ago
models Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252) 7 years ago
policies
presenters
serializers implement web share target (#6278) 7 years ago
services When must_be_following_dm is on, only notify if recipient dm'ed user (#6283) 7 years ago
validators
views Change mailer image url (#6279) 7 years ago
workers Fix home regeneration (#6251) 7 years ago