New groupme push interface

This commit is contained in:
Karmanyaah Malhotra
2021-05-08 16:59:10 -04:00
parent 96557c9973
commit 6fb58efe17
8 changed files with 73 additions and 54 deletions

View File

@@ -26,7 +26,7 @@ func (c Client) IndexAllGroups() ([]*groupme.Group, error) {
}
func (c Client) IndexAllRelations() ([]*groupme.User, error) {
return c.IndexRelations(context.TODO(), &groupme.IndexChatsQuery{})
return c.IndexRelations(context.TODO())
}
func (c Client) IndexAllChats() ([]*groupme.Chat, error) {