From cbb770266254d58bc3d842f953100966ab486ed4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 16 Nov 2024 13:07:35 +0000 Subject: [PATCH] Missing field --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index c499c0570..0a4775438 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -3287,7 +3287,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int, if post_json_object.get('id'): # https://swicg.github.io/activitypub-html-discovery/#html-link-element # link to the activitypub post - post_id = remove_id_ending(post_json_object) + post_id = remove_id_ending(post_json_object['id']) metadata_str += \ ' \n'