From 63998a217acd4cdec6058b00f4e63d53df2b945c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 22 Aug 2021 14:45:57 +0200 Subject: Add db migration that clears the cache This fixes spaces or stickers not showing up for old databases as well as the wrong format of the state_keys db. --- src/Cache_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Cache_p.h') diff --git a/src/Cache_p.h b/src/Cache_p.h index 8322a6af..d97eb531 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -692,7 +692,6 @@ private: std::optional userKeys_(const std::string &user_id, lmdb::txn &txn); void setNextBatchToken(lmdb::txn &txn, const std::string &token); - void setNextBatchToken(lmdb::txn &txn, const QString &token); lmdb::env env_; lmdb::dbi syncStateDb_; -- cgit 1.5.1