]> git.openstreetmap.org Git - rails.git/commit
Use Noticed to deliver a "new follower" notification
authorPablo Brasero <pablo@pablobm.com>
Thu, 26 Mar 2026 15:56:02 +0000 (15:56 +0000)
committerPablo Brasero <pablo@pablobm.com>
Thu, 26 Mar 2026 17:43:41 +0000 (17:43 +0000)
commit467f7b9720c86adb2f97b63f596346a3dadd113b
treefb781e12726fb4505a4b39e2c80ca8f19682ee46
parent3942bb5cd7f7c972c1cd9a8d7b85bdd9ac4b0e54
Use Noticed to deliver a "new follower" notification
app/controllers/follows_controller.rb
app/mailers/user_mailer.rb
app/notifiers/new_follower_notifier.rb [new file with mode: 0644]
test/mailers/previews/user_mailer_preview.rb
test/mailers/user_mailer_test.rb