aboutsummaryrefslogtreecommitdiff
path: root/t/30-room.t
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Fix params with dashesMatias Linares1-1/+30
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
2021-03-28Add typing api supportMatias Linares1-0/+1
2021-03-28Add read-markers api supportMatias Linares1-1/+8
2021-01-11[test] Fix with refactorMatias Linares1-4/+5
2018-08-08Return '' if there's no m.room.name event for that roomMatias Linares1-8/+4
See issue #13 in github.
2018-08-04Add testsMatias Linares1-0/+104