From 9d51bd0423e842c8725934c7185e858a8848959d Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 30 Jul 2019 16:00:49 -0400 Subject: [PATCH] Correct interface description --- types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.go b/types.go index 31300e7..18063c7 100644 --- a/types.go +++ b/types.go @@ -381,7 +381,7 @@ type team interface { } type keybase interface { - ChatList() ([]conversation, error) + ChatList() (ChatAPI, error) CreateTeam(name string) (TeamAPI, error) NewChat(channel Channel) Chat NewTeam(name string) Team