Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3170726
D13855.id45573.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
727 B
Referenced Files
None
Subscribers
None
D13855.id45573.diff
View Options
diff --git a/keyserver/src/responders/farcaster-webhook-responders.js b/keyserver/src/responders/farcaster-webhook-responders.js
--- a/keyserver/src/responders/farcaster-webhook-responders.js
+++ b/keyserver/src/responders/farcaster-webhook-responders.js
@@ -61,7 +61,8 @@
const castAuthor = sidebarCast.author.username;
const channelText = channelName ? ` in channel ${channelName}` : '';
- const messageText = `${castAuthor} said "${sidebarCast.text}"${channelText}`;
+ const linkifiedSaidText = `[said](https://warpcast.com/${castAuthor}/${sidebarCastHash})`;
+ const messageText = `${castAuthor} ${linkifiedSaidText} "${sidebarCast.text}"${channelText}`;
let viewer = commbotViewer;
if (taggerUserID) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 12:52 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2441809
Default Alt Text
D13855.id45573.diff (727 B)
Attached To
Mode
D13855: [keyserver] add link back to original warpcast cast in farcaster bot sidebar source message
Attached
Detach File
Event Timeline
Log In to Comment