mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +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',
|
|
};
|