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:
@@ -10,7 +10,8 @@
|
||||
"SEARCH": {
|
||||
"INPUT": "Search for People, Chats, Saved Replies .."
|
||||
},
|
||||
"STATUS_TABS": [{
|
||||
"STATUS_TABS": [
|
||||
{
|
||||
"NAME": "Open",
|
||||
"KEY": "openCount"
|
||||
},
|
||||
@@ -19,8 +20,8 @@
|
||||
"KEY": "allConvCount"
|
||||
}
|
||||
],
|
||||
|
||||
"ASSIGNEE_TYPE_TABS": [{
|
||||
"ASSIGNEE_TYPE_TABS": [
|
||||
{
|
||||
"NAME": "Mine",
|
||||
"KEY": "me",
|
||||
"COUNT_KEY": "mineCount"
|
||||
@@ -36,8 +37,8 @@
|
||||
"COUNT_KEY": "allCount"
|
||||
}
|
||||
],
|
||||
|
||||
"CHAT_STATUS_ITEMS": [{
|
||||
"CHAT_STATUS_ITEMS": [
|
||||
{
|
||||
"TEXT": "Open",
|
||||
"VALUE": "open"
|
||||
},
|
||||
@@ -50,7 +51,6 @@
|
||||
"VALUE": "bot"
|
||||
}
|
||||
],
|
||||
|
||||
"ATTACHMENTS": {
|
||||
"image": {
|
||||
"ICON": "ion-image",
|
||||
@@ -77,6 +77,8 @@
|
||||
"CONTENT": "has shared a url"
|
||||
}
|
||||
},
|
||||
"RECEIVED_VIA_EMAIL": "Received via email"
|
||||
"RECEIVED_VIA_EMAIL": "Received via email",
|
||||
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
|
||||
"REPLY_TO_TWEET": "Reply to this tweet"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
"LOADING_CONVERSATIONS": "Loading Conversations",
|
||||
"CANNOT_REPLY": "You cannot reply due to",
|
||||
"24_HOURS_WINDOW": "24 hour message window restriction",
|
||||
"LAST_INCOMING_TWEET": "You are replying to the last incoming tweet",
|
||||
"REPLYING_TO": "You are replying to:",
|
||||
"REMOVE_SELECTION": "Remove Selection",
|
||||
"DOWNLOAD": "Download",
|
||||
"HEADER": {
|
||||
"RESOLVE_ACTION": "Resolve",
|
||||
|
||||
Reference in New Issue
Block a user