@@ -10,7 +10,7 @@ type Person struct {
Name string `xml:"name"`
URI URI `xml:"uri,omitempty"`
Email EmailAddress `xml:"email,omitempty"`
Extensions []*ExtensionElement `xml:",any"`
Extensions []*ExtensionElement `xml:",any,omitempty"`
}
func (p *Person) Check() error {
The note is not visible to the blocked user.