Add EDU server wiring

This commit is contained in:
Neil Alexander 2021-07-28 14:06:23 +01:00
parent dcadec88d9
commit 8683f7553f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
9 changed files with 105 additions and 0 deletions

View file

@ -85,3 +85,9 @@ type FederationReceiptData struct {
Data ReceiptTS `json:"data"`
EventIDs []string `json:"event_ids"`
}
type OutputSigningKeyUpdate struct {
SigningKeyUpdate
Type string `json:"type"`
Timestamp gomatrixserverlib.Timestamp `json:"timestamp"`
}