mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-14 18:33:09 -06:00
Update comments
This commit is contained in:
parent
96cb193db0
commit
f7aa774bd7
|
|
@ -43,8 +43,8 @@ func GetEvent(
|
||||||
return util.JSONResponse{Code: http.StatusOK, JSON: event}
|
return util.JSONResponse{Code: http.StatusOK, JSON: event}
|
||||||
}
|
}
|
||||||
|
|
||||||
// getEvent returns the requested event.
|
// getEvent returns the requested event,
|
||||||
// Or returns an error response which can be sent to the client.
|
// otherwise it returns an error response which can be sent to the client.
|
||||||
func getEvent(
|
func getEvent(
|
||||||
ctx context.Context,
|
ctx context.Context,
|
||||||
request *gomatrixserverlib.FederationRequest,
|
request *gomatrixserverlib.FederationRequest,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue