notifications.go
changeset 243 7386c6a454a8
parent 238 1c0042e76902
--- a/notifications.go	Fri Sep 07 19:17:12 2018 +0200
+++ b/notifications.go	Fri Sep 07 19:17:12 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)
+			qID := fmt.Sprintf("[%d]exclude_types", i)
 			params[qID] = eType
 		}
 	}