mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
event: add missing omitempty
Some checks failed
Some checks failed
This commit is contained in:
parent
f8234ecf85
commit
26a62a7eec
1 changed files with 1 additions and 1 deletions
|
|
@ -353,5 +353,5 @@ type RoomPolicyEventContent struct {
|
||||||
PublicKeys *PolicyServerPublicKeys `json:"public_keys,omitempty"`
|
PublicKeys *PolicyServerPublicKeys `json:"public_keys,omitempty"`
|
||||||
|
|
||||||
// Deprecated, only for legacy use
|
// Deprecated, only for legacy use
|
||||||
PublicKey id.Ed25519 `json:"public_key"`
|
PublicKey id.Ed25519 `json:"public_key,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue