mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
Fix typos
This commit is contained in:
parent
d805eeed82
commit
2928454e6c
|
|
@ -74,10 +74,10 @@ type joinRoomReq struct {
|
|||
keyRing gomatrixserverlib.KeyRing
|
||||
}
|
||||
|
||||
// joinRoomByID joins a room by roomID
|
||||
// joinRoomByID joins a room by room ID
|
||||
func (r joinRoomReq) joinRoomByID() util.JSONResponse {
|
||||
// TODO: Implement joining rooms by ID.
|
||||
// A client should only join a room by roomID when it has an invite
|
||||
// A client should only join a room by room ID when it has an invite
|
||||
// to the room. If the server is already in the room then we can
|
||||
// lookup the invite and process the request as a normal state event.
|
||||
// If the server is not in the room the we will need to look up the
|
||||
|
|
|
|||
Loading…
Reference in a new issue