From 619fec61130e44b640e64e0a13388f429be24a80 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 6 Oct 2017 14:13:53 +0100 Subject: [PATCH] Add bug number --- .../dendrite/federationsender/consumers/roomserver.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go b/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go index 629eb63ca..04fc1265e 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go +++ b/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go @@ -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(),