Page MenuHomePhabricator

[lib] fetchLedFarcasterChannels method
ClosedPublic

Authored by varun on Wed, Sep 11, 10:58 AM.
Tags
None
Referenced Files
F2759451: D13295.id44055.diff
Thu, Sep 19, 5:19 AM
Unknown Object (File)
Wed, Sep 18, 10:03 AM
Unknown Object (File)
Tue, Sep 17, 3:07 PM
Unknown Object (File)
Tue, Sep 17, 2:41 PM
Unknown Object (File)
Tue, Sep 17, 8:54 AM
Unknown Object (File)
Mon, Sep 16, 8:30 PM
Unknown Object (File)
Mon, Sep 16, 3:24 PM
Unknown Object (File)
Sun, Sep 15, 7:20 PM
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
Lint Not Applicable
Unit
Tests Not Applicable

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.Wed, Sep 11, 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.