mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 11:09:51 -04:00
indexeddb: fix incorrect key used for next batch token
Signed-off-by: maan2003 <manmeetmann2003@gmail.com>
This commit is contained in:
committed by
Benjamin Bouvier
parent
11074d8f4d
commit
aeba46a0eb
@@ -82,7 +82,7 @@ mod keys {
|
||||
// keys
|
||||
pub const STORE_CIPHER: &str = "store_cipher";
|
||||
pub const ACCOUNT: &str = "account";
|
||||
pub const NEXT_BATCH_TOKEN: &str = "account";
|
||||
pub const NEXT_BATCH_TOKEN: &str = "next_batch_token";
|
||||
pub const PRIVATE_IDENTITY: &str = "private_identity";
|
||||
|
||||
// backup v1
|
||||
|
||||
Reference in New Issue
Block a user