aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/room_state.cpp
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-08-22 20:05:41 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-08-22 20:05:41 +0200
commited24065f2e9b8fce059c54137c04b790c6ce4fd1 (patch)
treed7e9e4d84e753ee2486873bdeb0be4f3a7ae9ee4 /lib/csapi/room_state.cpp
parent71384a49c3a053e715241172d9d9893bb1742e6b (diff)
downloadlibquotient-ed24065f2e9b8fce059c54137c04b790c6ce4fd1.tar.gz
libquotient-ed24065f2e9b8fce059c54137c04b790c6ce4fd1.zip
Regenerate API files
Diffstat (limited to 'lib/csapi/room_state.cpp')
-rw-r--r--lib/csapi/room_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/room_state.cpp b/lib/csapi/room_state.cpp
index e18108ac..37e897fa 100644
--- a/lib/csapi/room_state.cpp
+++ b/lib/csapi/room_state.cpp
@@ -16,6 +16,6 @@ SetRoomStateWithKeyJob::SetRoomStateWithKeyJob(const QString& roomId,
QStringLiteral("/_matrix/client/r0") % "/rooms/" % roomId
% "/state/" % eventType % "/" % stateKey)
{
- setRequestData(Data(toJson(body)));
+ setRequestData(RequestData(toJson(body)));
addExpectedKey("event_id");
}