mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Add missing file
This commit is contained in:
parent
02c991ba3c
commit
41017f41f4
|
|
@ -15,7 +15,7 @@ const (
|
|||
EDUServerInputTypingEventPath = "/eduserver/input"
|
||||
EDUServerInputSendToDeviceEventPath = "/eduserver/sendToDevice"
|
||||
EDUServerInputReceiptEventPath = "/eduserver/receipt"
|
||||
EDUServerInputPresencePath = "/eduserver/presence"
|
||||
EDUServerInputPresencePath = "/eduserver/presence"
|
||||
EDUServerInputCrossSigningKeyUpdatePath = "/eduserver/crossSigningKeyUpdate"
|
||||
)
|
||||
|
||||
|
|
@ -81,7 +81,7 @@ func (h *httpEDUServerInputAPI) InputPresence(
|
|||
defer span.Finish()
|
||||
|
||||
apiURL := h.eduServerURL + EDUServerInputPresencePath
|
||||
return httputil.PostJSON(ctx, span, h.httpClient, apiURL, request, response)
|
||||
return httputil.PostJSON(ctx, span, h.httpClient, apiURL, request, response)
|
||||
}
|
||||
|
||||
// InputCrossSigningKeyUpdate implements EDUServerInputAPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue