From 7e3b798983fa11352fb19fe382b7a1217c8dbce3 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Thu, 8 Jul 2021 17:22:38 -0300 Subject: Fix params with dashes Couple of endpoints were passing parameters with dash on the JSON body intead of an underscore. This fixes he following methods: - ban - unban - invite - kick --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 1d31895..5e5735a 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ current ======= +* Fix ban, unban, invite and kick methods caused by parameters with dash * Add `room` heper method * Add read-markers API support * Add typing api support -- cgit v1.2.3-54-g00ecf