diff --git a/posts.py b/posts.py index fa0d72452..bc0c13379 100644 --- a/posts.py +++ b/posts.py @@ -1478,7 +1478,7 @@ def createBlogPost(baseDir: str, inReplyTo, inReplyToAtomUri, subject, schedulePost, eventDate, eventTime, location, True) - + blogJson['object']['url'] = blogJson['object']['url'].replace('/@', '/users/') _appendCitationsToBlogPost(baseDir, nickname, domain, blogJson) return blogJson