excid3 / noticed

Notifications for Ruby on Rails applications
MIT License
2.4k stars 169 forks source link

Don't remove record from params with ephemeral notifications #448

Closed excid3 closed 4 months ago

excid3 commented 4 months ago

Ephemeral notifications were extracting record from params. This is done for regular notifications to assign it to the polymorphic association but that is not present with Ephemeral notifications. We can skip that step for Ephemeral notifications and delegate record to the params (this part was already being done).

See #445