diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:59:45 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 08:00:03 +0900 |
commit | 07c9eacc0d0009040e359fd822674a48ef8edeac (patch) | |
tree | f808a06e2cb7fd713fa4b5b7c634e7336c70b450 | |
parent | b4aa613c82aabd0082dd68c1cf2e1598c19bb73e (diff) | |
download | libquotient-07c9eacc0d0009040e359fd822674a48ef8edeac.tar.gz libquotient-07c9eacc0d0009040e359fd822674a48ef8edeac.zip |
Bump room state cache version to reset the cache
-rw-r--r-- | lib/syncdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syncdata.h b/lib/syncdata.h index 663553bc..8694626e 100644 --- a/lib/syncdata.h +++ b/lib/syncdata.h @@ -100,7 +100,7 @@ namespace QMatrixClient { QStringList unresolvedRooms() const { return unresolvedRoomIds; } - static std::pair<int, int> cacheVersion() { return { 9, 0 }; } + static std::pair<int, int> cacheVersion() { return { 10, 0 }; } static QString fileNameForRoom(QString roomId); private: |