Fix unnecessary paramater "url" added to post on update

This commit is contained in:
Jan-Lukas Else 2024-01-23 08:19:17 +01:00
parent fda4561d90
commit 10616e24a5
1 changed files with 1 additions and 0 deletions

View File

@ -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")