diff --git a/micropub.go b/micropub.go index dfeb8c8..4b11834 100644 --- a/micropub.go +++ b/micropub.go @@ -464,6 +464,7 @@ func (s *micropubImplementation) updatePostPropertiesFromMf(p *post, properties } // Ignore the following properties + delete(properties, "url") delete(properties, "post-status") delete(properties, "photo") delete(properties, "photo-alt")