feat: allow toggle bg

This commit is contained in:
Shivam Mishra
2024-12-25 19:42:40 +05:30
parent c19d70a6a0
commit 9d48f5c737
5 changed files with 48 additions and 4 deletions
@@ -15,4 +15,5 @@ export const BUS_EVENTS = {
NEW_CONVERSATION_MODAL: 'newConversationModal',
INSERT_INTO_RICH_EDITOR: 'insertIntoRichEditor',
INSERT_INTO_NORMAL_EDITOR: 'insertIntoNormalEditor',
TOGGLE_MESSAGE_BG: 'toggleMessageBackground',
};