mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
rename IndexedDB database to 'loki-messenger'
This commit is contained in:
parent
b84ff76faf
commit
e3cbf1caeb
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.Database = window.Whisper.Database || {};
|
||||
window.Whisper.Database.id = window.Whisper.Database.id || 'signal';
|
||||
window.Whisper.Database.id = window.Whisper.Database.id || 'loki-messenger';
|
||||
window.Whisper.Database.nolog = true;
|
||||
|
||||
Whisper.Database.handleDOMException = (prefix, error, reject) => {
|
||||
|
|
|
@ -168,7 +168,7 @@ const migrations = [
|
|||
];
|
||||
|
||||
const database = {
|
||||
id: 'signal',
|
||||
id: 'loki-messenger',
|
||||
nolog: true,
|
||||
migrations,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue