aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/rooms.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-08-07 22:12:46 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-08-07 22:25:17 +0200
commitbd649c591fa020fde0bd56a63c13025097b831ae (patch)
tree3a5e7cd11d3be9b626f77e83c2fc026c6a76952a /lib/csapi/rooms.h
parent08d5cef8bbbef65c961370d4a9e2c48a6d7281f1 (diff)
downloadlibquotient-bd649c591fa020fde0bd56a63c13025097b831ae.tar.gz
libquotient-bd649c591fa020fde0bd56a63c13025097b831ae.zip
Update generated files
This uses API definition files from https://github.com/matrix-org/matrix-doc/pull/3236, and additionally makes uploadFile>content_uri to have 'format: uri' (as suggested in the PR review). Only use this commit with the next one; alone it breaks the build.
Diffstat (limited to 'lib/csapi/rooms.h')
-rw-r--r--lib/csapi/rooms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/rooms.h b/lib/csapi/rooms.h
index 51af2c65..2620582b 100644
--- a/lib/csapi/rooms.h
+++ b/lib/csapi/rooms.h
@@ -175,7 +175,7 @@ public:
/// The display name of the user this object is representing.
QString displayName;
/// The mxc avatar url of the user this object is representing.
- QString avatarUrl;
+ QUrl avatarUrl;
};
// Construction/destruction