aboutsummaryrefslogtreecommitdiff
path: root/telegram/connect.go
diff options
context:
space:
mode:
Diffstat (limited to 'telegram/connect.go')
-rw-r--r--telegram/connect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/connect.go b/telegram/connect.go
index 94154d8..a4dfa37 100644
--- a/telegram/connect.go
+++ b/telegram/connect.go
@@ -134,7 +134,7 @@ func (c *Client) Connect(resource string) error {
go func() {
_, err = c.client.GetChats(&client.GetChatsRequest{
- Limit: chatsLimit,
+ Limit: chatsLimit,
})
if err != nil {
log.Errorf("Could not retrieve chats: %v", err)