Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3500909
D6629.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
861 B
Referenced Files
None
Subscribers
None
D6629.diff
View Options
diff --git a/lib/shared/messages/reaction-message-spec.js b/lib/shared/messages/reaction-message-spec.js
--- a/lib/shared/messages/reaction-message-spec.js
+++ b/lib/shared/messages/reaction-message-spec.js
@@ -55,7 +55,7 @@
const creator = ET.user({ userInfo: messageInfo.creator });
const preview =
messageInfo.action === 'add_reaction'
- ? 'reacted to a message'
+ ? `reacted ${messageInfo.reaction} to a message`
: 'unreacted to a message';
return ET`${creator} ${preview}`;
},
@@ -171,7 +171,7 @@
const creator = ET.user({ userInfo: messageInfo.creator });
const body =
messageInfo.action === 'add_reaction'
- ? 'reacted to your message'
+ ? `reacted ${messageInfo.reaction} to your message`
: 'unreacted to your message';
let merged = ET`${creator} ${body}`;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 3:07 AM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2684842
Default Alt Text
D6629.diff (861 B)
Attached To
Mode
D6629: [lib] add what reaction was used in reaction message title/notif text
Attached
Detach File
Event Timeline
Log In to Comment