Skip to content

Commit c743125

Browse files
committed
Update agent.js
1 parent 9958577 commit c743125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export const agentLogic = async ({messages, conversationId, senderFid, name}) =>
248248
? match.user2_status
249249
: match.user1_status;
250250

251-
if (otherUserStatus === 'accepted' || otherUserStatus === 'pending' ) {
251+
if (otherUserStatus === 'accepted') {
252252
const declinedUser = await findUserByFid(senderFid);
253253
const declineMessage = await prepareDeclineMessage(declinedUser);
254254
await farcaster.sendDirectMessage(otherFid, declineMessage);

0 commit comments

Comments
 (0)