mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Add comment to mark db keys as such
This commit is contained in:
parent
1b0abe97f9
commit
d28a620f42
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
static const std::string CURRENT_CACHE_FORMAT_VERSION("2020.10.20");
|
||||
static const std::string SECRET("secret");
|
||||
|
||||
//! Keys used for the DB
|
||||
static const std::string_view NEXT_BATCH_KEY("next_batch");
|
||||
static const std::string_view OLM_ACCOUNT_KEY("olm_account");
|
||||
static const std::string_view CACHE_FORMAT_VERSION_KEY("cache_format_version");
|
||||
|
|
Loading…
Reference in a new issue