diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-31 19:07:01 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-31 19:07:01 +0200 |
commit | 945b1ab33c92b7b13e2c6b6ebc1f56c5caee0f79 (patch) | |
tree | eea97650615b13489d3c1bd2528ecc6fe0f53dab /lib/jobs | |
parent | 21ae4eca4c06e500ec04a52ad42772bf8e8e9b6f (diff) | |
download | libquotient-945b1ab33c92b7b13e2c6b6ebc1f56c5caee0f79.tar.gz libquotient-945b1ab33c92b7b13e2c6b6ebc1f56c5caee0f79.zip |
Fix Room::getPreviousContent() to match new CS API
There was a fairly nasty change where `from` parameter in /messages
became optional and that led to two QString parameters (`from` and `dir)
switching positions. Because they have the same type, the problem only
shows at runtime. This commit fixes Room::getPreviousContent() to pass
the parameters at right positions; client code won't feel anything
(unless it uses GetRoomEventsJob directly).
Diffstat (limited to 'lib/jobs')
0 files changed, 0 insertions, 0 deletions