mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 17:33:09 -06:00
Explicit TODO about saving events retrieved through backfill to the database
This commit is contained in:
parent
9d8c0d66f0
commit
87748a8860
|
|
@ -317,7 +317,10 @@ func backfill(
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// TODO: Store the events in the database.
|
||||
// TODO: Store the events in the database. The remaining question to
|
||||
// make this possible is what to assign to the new events' stream
|
||||
// position (negative integers? change the stream position format into a
|
||||
// timestamp-based one?...)
|
||||
pdus = txn.PDUs
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue