Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3169290
D13855.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
729 B
Referenced Files
None
Subscribers
None
D13855.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
@@ -64,8 +64,11 @@
text: castText,
} = sidebarCast;
+ const warpcastLink = `https://warpcast.com/${castAuthor}/${sidebarCastHash}`;
+ const saidText = `[said](${warpcastLink})`;
const channelText = channelName ? ` in channel ${channelName}` : '';
- const messageText = `${castAuthor} said "${castText}"${channelText}`;
+
+ const messageText = `${castAuthor} ${saidText} "${castText}"${channelText}`;
let viewer = commbotViewer;
if (taggerUserID) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 10:38 AM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2437091
Default Alt Text
D13855.diff (729 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