Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3249316
D5854.id19301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
652 B
Referenced Files
None
Subscribers
None
D5854.id19301.diff
View Options
diff --git a/native/chat/reaction-message-utils.js b/native/chat/reaction-message-utils.js
--- a/native/chat/reaction-message-utils.js
+++ b/native/chat/reaction-message-utils.js
@@ -33,11 +33,17 @@
const threadID = route.params.item.threadInfo.id;
invariant(threadID, 'threadID should be set');
+ const reactionInput = '👍';
+ const viewerReacted = route.params.item.reactions.get(reactionInput)
+ ?.viewerReacted;
+
+ const action = viewerReacted ? 'remove_reaction' : 'add_reaction';
+
sendReaction(
messageID,
threadID,
'👍',
- 'add_reaction',
+ action,
dispatchFunctions,
bindServerCall,
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 1:33 PM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2497990
Default Alt Text
D5854.id19301.diff (652 B)
Attached To
Mode
D5854: [native] toggle reaction action in onPressReact function
Attached
Detach File
Event Timeline
Log In to Comment