0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-01 23:38:55 +02:00

Add bug number

This commit is contained in:
Erik Johnston 2017-10-06 14:13:53 +01:00
parent f36269d9b1
commit 619fec6113

View file

@ -120,8 +120,8 @@ func (s *OutputRoomEvent) processMessage(ore api.OutputNewRoomEvent) error {
// Update our copy of the current state.
// We keep a copy of the current state because the state at each event is
// expressed as a delta against the current state.
// TODO: handle EventIDMismatchError and recover the current state by talking
// to the roomserver
// TODO(#290): handle EventIDMismatchError and recover the current state by
// talking to the roomserver
oldJoinedHosts, err := s.db.UpdateRoom(
context.TODO(),
ore.Event.RoomID(),