feat: Track conversation priority events (#6968)

This commit is contained in:
Shivam Mishra
2023-04-24 20:21:43 +05:30
committed by GitHub
parent e32f3e71e4
commit 54880b2342
3 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export const CONVERSATION_EVENTS = Object.freeze({
USED_MENTIONS: 'Used mentions',
SEARCH_CONVERSATION: 'Searched conversations',
APPLY_FILTER: 'Applied filters in the conversation list',
CHANGE_PRIORITY: 'Assigned priority to a conversation',
});
export const ACCOUNT_EVENTS = Object.freeze({