feat: improvements to priority (#6981)
* fix: colors for urgent icon * feat: trigger updated event on priority change * fix: specs
This commit is contained in:
@@ -15,6 +15,7 @@ class Conversations::EventDataPresenter < SimpleDelegator
|
||||
snoozed_until: snoozed_until,
|
||||
unread_count: unread_incoming_messages.count,
|
||||
first_reply_created_at: first_reply_created_at,
|
||||
priority: priority,
|
||||
**push_timestamps
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user