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
Paths
| Differential D13718 Authored by varun on Oct 15 2024, 12:44 PM.
Details Summary 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 Test Plan 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 TimelineHerald added a subscriber: tomek. · View Herald TranscriptOct 15 2024, 12:44 PM2024-10-15 12:44:09 (UTC-7) Comment Actions I see D13717 was landed already but I think this diff is still an improvement. Will rebase and wait for CI before landing
Harbormaster completed remote builds in B32255: Diff 45207.Oct 15 2024, 1:02 PM2024-10-15 13:02:35 (UTC-7) 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?
This revision now requires changes to proceed.Oct 15 2024, 2:00 PM2024-10-15 14:00:23 (UTC-7) varun added a child revision: D13722: [lib] split up useResolvedAvatar.Oct 15 2024, 9:46 PM2024-10-15 21:46:54 (UTC-7) Harbormaster completed remote builds in B32262: Diff 45214.Oct 15 2024, 10:02 PM2024-10-15 22:02:12 (UTC-7) This revision is now accepted and ready to land.Oct 16 2024, 9:13 PM2024-10-16 21:13:19 (UTC-7) Closed by commit rCOMM64617bd18d7d: [lib] change fetchFarcasterChannelByName -> fetchFarcasterChannelByID and… (authored by varun). · Explain WhyOct 17 2024, 4:47 AM2024-10-17 04:47:50 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 45247 keyserver/src/updaters/thread-updaters.js
lib/utils/neynar-client.js
native/community-settings/tag-farcaster-channel/tag-farcaster-channel-by-name.react.js
web/tag-farcaster-channel/create-farcaster-channel-tag-modal.react.js
|