mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
obsolete comment
This commit is contained in:
parent
b10aa269d2
commit
3de86cdf33
@ -13,7 +13,6 @@ function createStores(db) {
|
||||
|
||||
// need index to find live fragment? prooobably ok without for now
|
||||
db.createObjectStore("timelineFragments", {keyPath: ["roomId", "id"]});
|
||||
// needs roomId separate because it might hold a gap and no event
|
||||
const timelineEvents = db.createObjectStore("timelineEvents", {keyPath: ["event.room_id", "fragmentId", "eventIndex"]});
|
||||
timelineEvents.createIndex("byEventId", [
|
||||
"event.room_id",
|
||||
|
Loading…
Reference in New Issue
Block a user