Update TODO issue number

This commit is contained in:
Erik Johnston 2017-09-27 16:44:25 +01:00
parent 3fda2a6b23
commit 20a8f0a6d1

View file

@ -219,7 +219,7 @@ func createRoom(req *http.Request, device *authtypes.Device,
return httputil.LogThenError(req, err) return httputil.LogThenError(req, err)
} }
// TODO(#???): Reserve room alias while we create the room. This stops us // TODO(#269): Reserve room alias while we create the room. This stops us
// from creating the room but still failing due to the alias having already // from creating the room but still failing due to the alias having already
// been taken. // been taken.
var roomAlias string var roomAlias string