提交 619fec61 编写于 作者: E Erik Johnston

Add bug number

上级 f36269d9
...@@ -120,8 +120,8 @@ func (s *OutputRoomEvent) processMessage(ore api.OutputNewRoomEvent) error { ...@@ -120,8 +120,8 @@ func (s *OutputRoomEvent) processMessage(ore api.OutputNewRoomEvent) error {
// Update our copy of the current state. // Update our copy of the current state.
// We keep a copy of the current state because the state at each event is // We keep a copy of the current state because the state at each event is
// expressed as a delta against the current state. // expressed as a delta against the current state.
// TODO: handle EventIDMismatchError and recover the current state by talking // TODO(#290): handle EventIDMismatchError and recover the current state by
// to the roomserver // talking to the roomserver
oldJoinedHosts, err := s.db.UpdateRoom( oldJoinedHosts, err := s.db.UpdateRoom(
context.TODO(), context.TODO(),
ore.Event.RoomID(), ore.Event.RoomID(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册