Add missing file

This commit is contained in:
Till Faelligen 2021-08-22 18:10:02 +02:00
parent 02c991ba3c
commit 41017f41f4

View file

@ -15,7 +15,7 @@ const (
EDUServerInputTypingEventPath = "/eduserver/input" EDUServerInputTypingEventPath = "/eduserver/input"
EDUServerInputSendToDeviceEventPath = "/eduserver/sendToDevice" EDUServerInputSendToDeviceEventPath = "/eduserver/sendToDevice"
EDUServerInputReceiptEventPath = "/eduserver/receipt" EDUServerInputReceiptEventPath = "/eduserver/receipt"
EDUServerInputPresencePath = "/eduserver/presence" EDUServerInputPresencePath = "/eduserver/presence"
EDUServerInputCrossSigningKeyUpdatePath = "/eduserver/crossSigningKeyUpdate" EDUServerInputCrossSigningKeyUpdatePath = "/eduserver/crossSigningKeyUpdate"
) )
@ -81,7 +81,7 @@ func (h *httpEDUServerInputAPI) InputPresence(
defer span.Finish() defer span.Finish()
apiURL := h.eduServerURL + EDUServerInputPresencePath 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 // InputCrossSigningKeyUpdate implements EDUServerInputAPI