Page MenuHomePhabricator

[keyserver] new fetcher to get all communities
AcceptedPublic

Authored by varun on Thu, Sep 19, 11:37 PM.
Tags
None
Referenced Files
F2785721: D13396.id.diff
Fri, Sep 20, 7:51 PM
F2784476: D13396.id44354.diff
Fri, Sep 20, 6:39 PM
F2782924: D13396.diff
Fri, Sep 20, 4:19 PM
F2779272: D13396.id44354.diff
Fri, Sep 20, 10:08 AM
F2779253: D13396.id.diff
Fri, Sep 20, 10:07 AM
F2779236: D13396.diff
Fri, Sep 20, 10:06 AM
Subscribers
None

Details

Reviewers
ashoat
tomek
Summary

we need the community id, name, and farcaster channel id for all communities so we can display them to users in a modal.

part of https://linear.app/comm/issue/ENG-9216/new-keyserver-endpoint-to-get-a-list-of-communities

Test Plan

tested the SQL query directly on my local mariadb instance. will test further in subsequent diffs that call the keyserver endpoint that returns this data

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat added inline comments.
keyserver/src/fetchers/community-fetchers.js
75

Please keep all lines to a max of 80 chars width

This revision is now accepted and ready to land.Fri, Sep 20, 5:41 AM