From 20a8f0a6d1acc5505fa2dcdb3df3db32f492df9c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 27 Sep 2017 16:44:25 +0100 Subject: [PATCH] Update TODO issue number --- .../matrix-org/dendrite/clientapi/writers/createroom.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go b/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go index f57b9d2dd..200d3b93d 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go +++ b/src/github.com/matrix-org/dendrite/clientapi/writers/createroom.go @@ -219,7 +219,7 @@ func createRoom(req *http.Request, device *authtypes.Device, 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 // been taken. var roomAlias string