mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-27 08:05:00 +00:00
Ability to choose a specific tweet to reply to Fixes #982 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
export const BUS_EVENTS = {
|
|
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
|
|
};
|