mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 14:53:10 -06:00
Add TODO
This commit is contained in:
parent
fcaac928e8
commit
c7bc799944
|
|
@ -258,6 +258,7 @@ func (d *Database) RewriteState(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: is there something better here that we can do instead of giving stream position 0?
|
||||||
return d.updateRoomState(ctx, txn, []string{}, addStateEvents, types.StreamPosition(0))
|
return d.updateRoomState(ctx, txn, []string{}, addStateEvents, types.StreamPosition(0))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue