Page MenuHomePhabricator

[lib] Use channel instead of channel/search Neynar endpoint
ClosedPublic

Authored by ashoat on Nov 20 2024, 6:44 AM.
Tags
None
Referenced Files
F5120458: D13979.id45966.diff
Thu, Apr 3, 8:00 AM
Unknown Object (File)
Wed, Apr 2, 4:34 PM
Unknown Object (File)
Wed, Apr 2, 9:09 AM
Unknown Object (File)
Tue, Apr 1, 3:57 PM
Unknown Object (File)
Thu, Mar 20, 5:22 AM
Unknown Object (File)
Tue, Mar 11, 3:52 PM
Unknown Object (File)
Tue, Mar 11, 3:52 PM
Unknown Object (File)
Feb 28 2025, 3:19 AM
Subscribers

Details

Summary

We're exceeding our compute unit allotment with Neynar: ENG-9930.

It's mostly the channel/search API. I'm guessing it's more expensive than the channel API, which has fewer capabilities.

Turns out we actually already have NeynarClient.fetchFarcasterChannelInfo, which calls the channel API. But we don't have any callsites to it anymore.

This diff replaces the code for NeynarClient.fetchFarcasterChannelByID with NeynarClient.fetchFarcasterChannelInfo, and subsequently removes the latter.

Depends on D13978

Test Plan

Tested that channel avatars still load on both web and native

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage