chore: Add display id in all conversation notifications (#3635)
- Added conversation display id in push payload for the notifications conversation_creation and conversation_assignment
This commit is contained in:
@@ -66,7 +66,7 @@ class Notification < ApplicationRecord
|
||||
notification_type: notification_type,
|
||||
primary_actor_id: primary_actor_id,
|
||||
primary_actor_type: primary_actor_type,
|
||||
primary_actor: primary_actor.push_event_data.slice(:conversation_id)
|
||||
primary_actor: primary_actor.push_event_data.with_indifferent_access.slice('conversation_id', 'id')
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user