feat: Setup context menu for message (#6750)

This commit is contained in:
Pranav Raj S
2023-03-24 16:20:19 -07:00
committed by GitHub
parent d666afd757
commit 70e7530cb4
8 changed files with 223 additions and 152 deletions

View File

@@ -13,6 +13,7 @@ export const ACCOUNT_EVENTS = Object.freeze({
ADDED_TO_CANNED_RESPONSE: 'Used added to canned response option',
ADDED_A_CUSTOM_ATTRIBUTE: 'Added a custom attribute',
ADDED_AN_INBOX: 'Added an inbox',
OPEN_MESSAGE_CONTEXT_MENU: 'Opened message context menu',
});
export const LABEL_EVENTS = Object.freeze({