mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-16 21:06:22 +08:00
Ability to choose a specific tweet to reply to Fixes #982 Co-authored-by: Pranav Raj S <[email protected]>
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
export const BUS_EVENTS = {
|
|
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
|
|
};
|