Page MenuHomePhabricator

[keyserver] new responder function to fetch all community infos with names
ClosedPublic

Authored by varun on Sep 20 2024, 1:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 28, 5:05 AM
Unknown Object (File)
Sat, Dec 28, 5:05 AM
Unknown Object (File)
Sat, Dec 28, 5:05 AM
Unknown Object (File)
Sat, Dec 28, 5:05 AM
Unknown Object (File)
Sat, Dec 28, 5:05 AM
Unknown Object (File)
Sat, Dec 28, 5:04 AM
Unknown Object (File)
Nov 20 2024, 7:03 AM
Unknown Object (File)
Nov 20 2024, 7:03 AM
Subscribers
None

Details

Summary

returns an object instead of an array and checks if the viewer is logged in

Depends on D13396

Test Plan

tested at end of stack by calling responder successfullly from web

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun requested review of this revision.Sep 20 2024, 1:39 AM
ashoat requested changes to this revision.Sep 20 2024, 5:40 AM
ashoat added inline comments.
keyserver/src/responders/community-responders.js
29 ↗(On Diff #44355)

I don't see this type defined anywhere, either on master or in this stack

This revision now requires changes to proceed.Sep 20 2024, 5:40 AM

D13396 contains the missing type in latest revision

makes more sense to have the FetchAllCommunityInfosWithNamesResponse in this diff instead of the previous

This revision is now accepted and ready to land.Sep 24 2024, 9:43 AM