fix: resolve {{conversation.id}} to display_id (#15041)

This commit is contained in:
Sivin Varghese
2026-07-17 12:55:48 +05:30
committed by GitHub
parent 5e811eab99
commit dc3a4814aa
+4
View File
@@ -1,6 +1,10 @@
class ConversationDrop < BaseDrop
include MessageFormatHelper
def id
@obj.try(:display_id)
end
def display_id
@obj.try(:display_id)
end