mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
Display recent messages in the notification email when a new conversation is created. Fixes: #2041
6 lines
68 B
Ruby
6 lines
68 B
Ruby
class InboxDrop < BaseDrop
|
|
def name
|
|
@obj.try(:name)
|
|
end
|
|
end
|