feat: improvements to priority (#6981)

* fix: colors for urgent icon

* feat: trigger updated event on priority change

* fix: specs
This commit is contained in:
Shivam Mishra
2023-04-25 22:28:19 +05:30
committed by GitHub
parent 402428fb4d
commit d95283f5c2
5 changed files with 10 additions and 5 deletions

View File

@@ -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