avatar and room on join

This commit is contained in:
Karmanyaah Malhotra
2021-02-27 17:38:47 -05:00
parent 27d3e0322d
commit b5af55122e
8 changed files with 313 additions and 300 deletions

View File

@ -20,7 +20,7 @@ func NewClient(authToken string) *Client {
}
func (c Client) IndexAllGroups() ([]*groupme.Group, error) {
return c.IndexGroups(context.TODO(), &groupme.GroupsQuery{
Omit: "memberships",
// Omit: "memberships",
PerPage: 100, //TODO: Configurable and add multipage support
})
}