small refactor so that I can reuse code in next diff when I introduce fetchLedFarcasterChannels method
Details
Details
- Reviewers
ashoat - Commits
- rCOMMad1063878f4a: [lib] refactor fetchFollowedFarcasterChannels
tested with next diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
It might look uncommon to have interface declaration and implementation next to each other in a single file but in fact we don't need to expose CommServicesAuthMetadataIOSWrapper. If we want to call sendAuthMetadataToJS from Objective - C we can use the common C++ API so let's avoid creating unnecessary files and duplication the same API.