mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Signed-off-by: Alex Chen <minecnly@gmail.com>
This commit is contained in:
parent
eaf38ae87e
commit
b88112b05d
@ -103,6 +103,10 @@ func getState(
|
||||
return nil, resErr
|
||||
}
|
||||
|
||||
if event.RoomID() != roomID {
|
||||
return nil, &util.JSONResponse{Code: http.StatusNotFound, JSON: nil}
|
||||
}
|
||||
|
||||
prevEventIDs := getIDsFromEventRef(event.PrevEvents())
|
||||
authEventIDs := getIDsFromEventRef(event.AuthEvents())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user