mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23: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}
|
||||
}
|
||||
|
||||
// getEvent returns the requested event.
|
||||
// Or returns an error response which can be sent to the client.
|
||||
// getEvent returns the requested event,
|
||||
// otherwise it returns an error response which can be sent to the client.
|
||||
func getEvent(
|
||||
ctx context.Context,
|
||||
request *gomatrixserverlib.FederationRequest,
|
||||
|
|
|
|||
Loading…
Reference in a new issue