@ -239,5 +239,5 @@ func (f *Feed) ToXML() (string, error) {
return "", fmt.Errorf("error XML encoding feed: %v", err)
}
return string(xml), nil
return `<?xml version="1.0" encoding="UTF-8"?>` + string(xml), nil
The note is not visible to the blocked user.