diff options
author | Matias Linares <matiaslina@gmail.com> | 2021-07-08 17:22:38 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2021-07-08 17:25:36 -0300 |
commit | 7e3b798983fa11352fb19fe382b7a1217c8dbce3 (patch) | |
tree | da2e85b2ea56374f6babd3c2d27573dd02ba7387 /Changelog | |
parent | 46f9a0d6c1b55413c9cf097a12b7434bbe8e6336 (diff) | |
download | perl6-matrix-client-7e3b798983fa11352fb19fe382b7a1217c8dbce3.tar.gz |
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
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |