chore: Conversation history in email notifications (#3414)

Display recent messages in the notification email when a new conversation is created.

Fixes: #2041
This commit is contained in:
Shivam Chahar
2021-11-27 15:38:27 +05:30
committed by GitHub
parent 6a98a812e7
commit bfcde9b022
3 changed files with 43 additions and 5 deletions

View File

@@ -1,2 +1,5 @@
class InboxDrop < BaseDrop
def name
@obj.try(:name)
end
end