realized we're conflating channel name and ID in our code. this change cleans things up a little and makes sure we're querying by ID
Depends on D13695
Differential D13718
[lib] change fetchFarcasterChannelByName -> fetchFarcasterChannelByID and refactor varun on Oct 15 2024, 12:44 PM. Authored by Tags None Referenced Files
Subscribers
Details realized we're conflating channel name and ID in our code. this change cleans things up a little and makes sure we're querying by ID Depends on D13695 called fetchFarcasterChannelByID with a channel name ("Crypto Fantasy League") and didn't get back a response. called it again with a channel ID ("fantasyisland") and got the right response
Diff Detail
Event TimelineComment Actions I see D13717 was landed already but I think this diff is still an improvement. Will rebase and wait for CI before landing
Comment Actions Glad you independently found the id/name bug! I don't think we need support for fetching by name right now. Can you simplify this to just a rename?
|