mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
Explicit TODO about saving events retrieved through backfill to the database
This commit is contained in:
parent
9d8c0d66f0
commit
87748a8860
1 changed files with 4 additions and 1 deletions
|
@ -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