Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32156372
D15440.1765035895.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
680 B
Referenced Files
None
Subscribers
None
D15440.1765035895.diff
View Options
diff --git a/lib/shared/threads/protocols/farcaster-thread-protocol.js b/lib/shared/threads/protocols/farcaster-thread-protocol.js
--- a/lib/shared/threads/protocols/farcaster-thread-protocol.js
+++ b/lib/shared/threads/protocols/farcaster-thread-protocol.js
@@ -935,8 +935,11 @@
input: ProtocolOnOpenThreadInput,
utils: OnOpenThreadUtils,
) => {
+ const { threadID } = input;
+ const conversationID = conversationIDFromFarcasterThreadID(threadID);
+ void utils.farcasterRefreshConversation(conversationID);
void utils.farcasterMessageFetching.fetchMoreMessages(
- input.threadID,
+ threadID,
defaultNumberPerThread,
0,
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 3:44 PM (22 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5838282
Default Alt Text
D15440.1765035895.diff (680 B)
Attached To
Mode
D15440: [lib] update `onOpenThread` to fetch conversation
Attached
Detach File
Event Timeline
Log In to Comment