Chatwoot/app/drops/inbox_drop.rb
Shivam Chahar bfcde9b022
chore: Conversation history in email notifications (#3414)
Display recent messages in the notification email when a new conversation is created.

Fixes: #2041
2021-11-27 15:38:27 +05:30

5 lines
68 B
Ruby

class InboxDrop < BaseDrop
def name
@obj.try(:name)
end
end