Chatwoot/app/javascript/shared/constants/busEvents.js
Sojan Jose 4216d63311
feat: Ability to reply to specific tweets (#1117)
Ability to choose a specific tweet to reply to

Fixes #982
Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
2020-08-11 09:57:42 +05:30

3 lines
69 B
JavaScript

export const BUS_EVENTS = {
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
};