-
`verified_addresses` is not part of the `User` interface.
## Reproduce
_Typescript code_
```ts
...
const data = await neynar.fetchBulkUsers([fid], {
// viewerFid,
})
…
-
**What is the bug?**
A valid message in Hub doesn't make it to Replicator Postgres, due to a construction that causes a Postgres foreign key constraint violation
**How can it be reproduced?**
run…
-
was chatting with @manan19 earlier today and we were thinking that we should rename this to FARCASTER_BOT_MNEMONIC. thoughts @Shreyaschorge ? seems less confusing in this example
https://github.co…
-
The current implementation assumes no SSL certificate. It would be useful to connect to private Hubs (e.g., Neynar) or public Hubs that are secured with SSL (e.g., hub.farcaster.standardcrypto.vc)
-
https://docs.neynar.com/reference/reactions-and-recasts-v1
-
Is this a neynar issue?
-
**Is your feature request related to a problem? Please describe.**
Warpcast no longer processes text to generate embeds: https://warpcast.com/gt/0xfca6bf
We run a bot that posts content from our u…
-
**Describe the bug**
The return type of getCastsInThread is:
```typescript
Promise
```
However, the actual internal values of `result.casts` is
```
{
"hash": "0x90a9b8eb759fa1bcab4479455…
-
Login flow produces a non-functional qr code
To reproduce:
1. Launch the app with a new user
2. Click login
3. Try scanning the qr code
Here's what it produced for me:
Should be renderi…
-
The original API bindings were generated from an OpenAPI 2.0 spec provided by the Warpcast API team, but was deprecated in favor of written API documentation and has not been kept up-to-date by neithe…