mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-19 08:10:57 +01:00
Add bug number
This commit is contained in:
parent
f36269d9b1
commit
619fec6113
1 changed files with 2 additions and 2 deletions
|
@ -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(),
|
||||||
|
|
Loading…
Reference in a new issue