Don't render SVG avatars in emails since mail services won't render them

https://app.fizzy.do/5986089/cards/1740
This commit is contained in:
Jorge Manrubia
2025-11-07 12:40:25 +01:00
parent 429c370775
commit 6788e8ea72
3 changed files with 11 additions and 2 deletions
@@ -1,6 +1,5 @@
class Notification::BundleMailerPreview < ActionMailer::Preview
def notification
ApplicationRecord.current_tenant = "1065895976"
Notification::BundleMailer.notification Notification::Bundle.take!
end
end