]> git.openstreetmap.org Git - rails.git/commit
Deliver note comment notifications using Noticed
authorTom Hughes <tom@compton.nu>
Tue, 24 Mar 2026 18:45:44 +0000 (18:45 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 25 Mar 2026 13:24:36 +0000 (13:24 +0000)
commiteedf222d4eec21c2050be43c725b875351ebca61
treec1ee46fd6ae220c90456c2ceb7447442617b945c
parent2188f37ef8bd706a295df74b5d7a77cd5e15d755
Deliver note comment notifications using Noticed
app/controllers/api/notes_controller.rb
app/mailers/user_mailer.rb
app/models/note.rb
app/models/note_comment.rb
app/notifiers/note_comment_notifier.rb [new file with mode: 0644]
test/mailers/previews/user_mailer_preview.rb
test/mailers/user_mailer_test.rb
test/models/note_comment_test.rb
test/models/note_test.rb