diff options
author | bryan newbold <bnewbold@robocracy.org> | 2023-02-20 02:02:59 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@robocracy.org> | 2023-02-20 02:02:59 -0800 |
commit | b1b437ce1f83ebfb8808964846c964cac5e907c2 (patch) | |
tree | 30fe900a75eb9e0b6a8ec4346dd1c66ed3581798 /adenosine-pds/templates/account.html | |
parent | b1af748739fadce312aafc1e5f09ced891c326b2 (diff) | |
download | adenosine-b1b437ce1f83ebfb8808964846c964cac5e907c2.tar.gz adenosine-b1b437ce1f83ebfb8808964846c964cac5e907c2.zip |
app_bsky: expand post (and post view) types
Diffstat (limited to 'adenosine-pds/templates/account.html')
-rw-r--r-- | adenosine-pds/templates/account.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |