Is .moderators supposed to be on GetCommunity() result? I can’t seem to find it in lemmy_server api_tests context. All I’m getting is languages and community_view
EDIT: Wait, so there is a “CommunityResponse” and a “GetCommunityResponse”, object? What call do I use to Get a GetCommunityResponse object?
I’m not sure what “lemmy_server api_tests context” does mean, but
curl 'https://<instance>/api/v3/community?name=lemmydev' | jq .moderators
seems to work for me.