aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Vello <xavier.vello@gmail.com>2025-08-20 23:29:38 +0200
committerXavier Vello <xavier.vello@gmail.com>2025-08-20 23:29:38 +0200
commite963924759225b1f03f2d38e80ce6f97af03c07b (patch)
tree3f1ba9b0c6625c5061d090979ff7f87cecbdbb7d
parent9558136f4153f75bf5b5dfe789f841489796b9eb (diff)
Fix CLI boosts not showing in public timeline
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index c4c298f..cb449cb 100644
--- a/main.c
+++ b/main.c
@@ -494,6 +494,7 @@ int main(int argc, char *argv[])
if (msg != NULL) {
enqueue_message(&snac, msg);
+ timeline_admire(&snac, xs_dict_get(msg, "object"), snac.actor, 0);
if (dbglevel) {
xs_json_dump(msg, 4, stdout);