em pfp
em
@emarbella
@rish i'm using a library that uses the neynar sdk https://github.com/elizaOS/eliza/tree/develop/packages/client-farcaster and when i make a string to @ message user it send the message but the notification doesn't show up. Any reason why?
1 reply
0 recast
0 reaction

rish pfp
rish
@rish
like the notification of the message on warpcast client or on our notification APIs? If warpcast, that's likely because warpcast is hiding notifications from that account. you can try toggling off the priority mode in warpcast settings. if our APIs, can you share 1. the API request you're making that should show the notification 2. detail of the notification that is missing in the above API response
1 reply
0 recast
0 reaction

em pfp
em
@emarbella
appreciate the quick reply. their farcaster client api seems to be using publishCast V2 neynar.publishCast({ signerUuid: this.signerUuid, text: cast, parent: parentCastId?.hash, }); I just feed it in a string with an @ username on it . 1. I toggled the priority mode off and still it doesn't show.
1 reply
0 recast
0 reaction