aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-13 07:59:45 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-13 08:00:03 +0900
commit07c9eacc0d0009040e359fd822674a48ef8edeac (patch)
treef808a06e2cb7fd713fa4b5b7c634e7336c70b450
parentb4aa613c82aabd0082dd68c1cf2e1598c19bb73e (diff)
downloadlibquotient-07c9eacc0d0009040e359fd822674a48ef8edeac.tar.gz
libquotient-07c9eacc0d0009040e359fd822674a48ef8edeac.zip
Bump room state cache version to reset the cache
-rw-r--r--lib/syncdata.h2
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: