mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix archived room summary key path now the summary is nested
This commit is contained in:
parent
99d5467ad1
commit
2087059c0b
@ -113,5 +113,5 @@ function createInviteStore(db) {
|
||||
|
||||
// v8
|
||||
function createArchivedRoomSummaryStore(db) {
|
||||
db.createObjectStore("archivedRoomSummary", {keyPath: "roomId"});
|
||||
db.createObjectStore("archivedRoomSummary", {keyPath: "summary.roomId"});
|
||||
}
|
Loading…
Reference in New Issue
Block a user