diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-28 18:00:59 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-07-28 18:00:59 +0900 |
commit | 53521f42d15d2553028bae09f1cd12206bc32955 (patch) | |
tree | dd8ef113bdeb1906684b3ad11ada409f8cf9cc19 /lib/room.h | |
parent | 84aa055bba602635599def37915b96ccf3f63484 (diff) | |
download | libquotient-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |