mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
s/Base64String/Base64Bytes/g (#1093)
* s/Base64String/Base64Bytes/g Requires https://github.com/matrix-org/gomatrixserverlib/pull/203 to land first * update gmsl
This commit is contained in:
parent
e7d1ac84c3
commit
097cdf879c
9 changed files with 10 additions and 10 deletions
|
@ -18,4 +18,4 @@ package sqlite3
|
|||
|
||||
func isConstraintError(err error) bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -279,7 +279,7 @@ func queryIDServerPubKey(ctx context.Context, idServerName string, keyID string)
|
|||
}
|
||||
|
||||
var pubKeyRes struct {
|
||||
PublicKey gomatrixserverlib.Base64String `json:"public_key"`
|
||||
PublicKey gomatrixserverlib.Base64Bytes `json:"public_key"`
|
||||
}
|
||||
|
||||
if resp.StatusCode != http.StatusOK {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue