diff -r d13e9a780d91 -r 741291bb4772 notifications.go --- a/notifications.go Wed Sep 05 02:33:23 2018 +0200 +++ b/notifications.go Wed Sep 05 02:33:23 2018 +0200 @@ -28,7 +28,7 @@ if len(excludeTypes) > 0 { params = make(apiCallParams) for i, eType := range excludeTypes { - qID := fmt.Sprintf("exclude_types[%d]", i+1) + qID := fmt.Sprintf("exclude_types[%d]", i) params[qID] = eType } }