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>
This commit is contained in:
3
app/javascript/shared/constants/busEvents.js
Normal file
3
app/javascript/shared/constants/busEvents.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const BUS_EVENTS = {
|
||||
SET_TWEET_REPLY: 'SET_TWEET_REPLY',
|
||||
};
|
||||
6
app/javascript/shared/constants/messageTypes.js
Normal file
6
app/javascript/shared/constants/messageTypes.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const MESSAGE_TYPE = {
|
||||
INCOMING: 0,
|
||||
OUTGOING: 1,
|
||||
ACTIVITY: 2,
|
||||
TEMPLATE: 3,
|
||||
};
|
||||
Reference in New Issue
Block a user