From 07c9eacc0d0009040e359fd822674a48ef8edeac Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 13 Dec 2018 07:59:45 +0900 Subject: Bump room state cache version to reset the cache --- lib/syncdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cacheVersion() { return { 9, 0 }; } + static std::pair cacheVersion() { return { 10, 0 }; } static QString fileNameForRoom(QString roomId); private: -- cgit v1.2.3