aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-28 18:00:59 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-28 18:00:59 +0900
commit53521f42d15d2553028bae09f1cd12206bc32955 (patch)
treedd8ef113bdeb1906684b3ad11ada409f8cf9cc19 /lib/room.h
parent84aa055bba602635599def37915b96ccf3f63484 (diff)
downloadlibquotient-53521f42d15d2553028bae09f1cd12206bc32955.tar.gz
libquotient-53521f42d15d2553028bae09f1cd12206bc32955.zip
Room: validate tags before sending them to the server
See https://github.com/matrix-org/matrix-doc/pull/1457 for the background.
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 5cac615a..e665f321 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -315,7 +315,7 @@ namespace QMatrixClient
* (because tags are saved in account data rather than in shared
* room state).
*/
- void setTags(const TagsMap& newTags);
+ void setTags(TagsMap newTags);
/** Check whether the list of tags has m.favourite */
bool isFavourite() const;