aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/nheko/files/const_lmdb_vals.patch')
-rw-r--r--net-im/nheko/files/const_lmdb_vals.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-im/nheko/files/const_lmdb_vals.patch b/net-im/nheko/files/const_lmdb_vals.patch
deleted file mode 100644
index 24c9fbe..0000000
--- a/net-im/nheko/files/const_lmdb_vals.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/src/Cache.cpp b/src/Cache.cpp
-index 81054dd..dc86895 100644
---- a/src/Cache.cpp
-+++ b/src/Cache.cpp
-@@ -35,9 +35,9 @@
- static const std::string CURRENT_CACHE_FORMAT_VERSION("2018.09.21");
- static const std::string SECRET("secret");
-
--static const lmdb::val NEXT_BATCH_KEY("next_batch");
--static const lmdb::val OLM_ACCOUNT_KEY("olm_account");
--static const lmdb::val CACHE_FORMAT_VERSION_KEY("cache_format_version");
-+static lmdb::val NEXT_BATCH_KEY("next_batch");
-+static lmdb::val OLM_ACCOUNT_KEY("olm_account");
-+static lmdb::val CACHE_FORMAT_VERSION_KEY("cache_format_version");
-
- constexpr size_t MAX_RESTORED_MESSAGES = 30;
-