mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-10 16:33:11 -06:00
Update TODO
This commit is contained in:
parent
0c60736468
commit
21fad50477
|
|
@ -186,8 +186,8 @@ func (r joinRoomReq) joinRoomUsingServers(
|
|||
if queryRes.RoomExists {
|
||||
// The room exists in the local database, so we just have to send a join
|
||||
// membership event and return the room ID
|
||||
// TODO: Check if the user is allowed in the room (hasn't been banned,
|
||||
// or has been invited if the room is invite-only)
|
||||
// TODO: Check if the user is allowed in the room (has been invited if
|
||||
// the room is invite-only)
|
||||
eb.Depth = queryRes.Depth
|
||||
eb.PrevEvents = queryRes.LatestEvents
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue