From 8d020c0088dce778c25c43c2572a6c197869a208 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 19 Dec 2022 23:58:42 -0800 Subject: pds: upvoteCount, not likesCount Only fixing the display and types (including schema), not actually implementing vote counting in repo or database. --- adenosine-pds/templates/macro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adenosine-pds/templates') diff --git a/adenosine-pds/templates/macro.html b/adenosine-pds/templates/macro.html index 1a8f5c5..7c61230 100644 --- a/adenosine-pds/templates/macro.html +++ b/adenosine-pds/templates/macro.html @@ -28,7 +28,7 @@ {{ item.record["text"].as_str().unwrap() }}
- [{{ item.likeCount }} like / {{ item.repostCount }} repost / {{ item.replyCount }} reply] + [{{ item.upvoteCount }} upvote / {{ item.repostCount }} repost / {{ item.replyCount }} reply] [inspect] -- cgit v1.2.3