Page MenuHomePhabricator

[lib] fetchLedFarcasterChannels method
ClosedPublic

Authored by varun on Sep 11 2024, 10:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 14, 2:56 PM
Unknown Object (File)
Mon, Oct 14, 2:56 PM
Unknown Object (File)
Mon, Oct 14, 2:56 PM
Unknown Object (File)
Mon, Oct 14, 2:56 PM
Unknown Object (File)
Mon, Oct 14, 2:28 PM
Unknown Object (File)
Oct 1 2024, 10:50 AM
Unknown Object (File)
Sep 28 2024, 3:43 AM
Unknown Object (File)
Sep 27 2024, 10:48 AM
Subscribers

Details

Summary

similar to fetchFollowedFarcasterChannels, except we filter out channels that the user does not lead

Depends on D13293

Test Plan

https://gist.github.com/vdhanan/fdc48cf3a29f0394ec5646f7c728cefa

confirmed that the new method returned all the channels led by that user and that the existing method returned the same results as before

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun edited the test plan for this revision. (Show Details)

remove unnecessary async keyword

Guessing there isn't a better Neynar API for this?

This revision is now accepted and ready to land.Sep 11 2024, 12:56 PM

Guessing there isn't a better Neynar API for this?

couldn't find a better one

This revision was automatically updated to reflect the committed changes.