@@ -1,8 +1,14 @@
package atomfeed
import "strings"
type (
EmailAddress string
LanguageTag string
MediaType string
URI string
)
func isXMLMediaType(mediaType string) bool {
return strings.HasSuffix(mediaType, "/xml") || strings.HasSuffix(mediaType, "+xml")
}
The note is not visible to the blocked user.