fix archived room summary key path now the summary is nested
This commit is contained in:
parent
99d5467ad1
commit
2087059c0b
1 changed files with 1 additions and 1 deletions
|
@ -113,5 +113,5 @@ function createInviteStore(db) {
|
|||
|
||||
// v8
|
||||
function createArchivedRoomSummaryStore(db) {
|
||||
db.createObjectStore("archivedRoomSummary", {keyPath: "roomId"});
|
||||
db.createObjectStore("archivedRoomSummary", {keyPath: "summary.roomId"});
|
||||
}
|
Reference in a new issue