Page MenuHomePhabricator

D13855.diff
No OneTemporary

D13855.diff

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

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)

Event Timeline