From b1b437ce1f83ebfb8808964846c964cac5e907c2 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Mon, 20 Feb 2023 02:02:59 -0800 Subject: app_bsky: expand post (and post view) types --- adenosine-pds/templates/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adenosine-pds/templates/account.html') diff --git a/adenosine-pds/templates/account.html b/adenosine-pds/templates/account.html index b19621d..f45b9ef 100644 --- a/adenosine-pds/templates/account.html +++ b/adenosine-pds/templates/account.html @@ -32,7 +32,7 @@ {% endif %} {% for item in feed %} - {% call macro::feed_item(item) %} + {% call macro::feed_item(item.post) %} {% endfor %} -- cgit v1.2.3