From 1a9bb5fd076a78bd336fc65aac6ee01f468eb4bd Mon Sep 17 00:00:00 2001 From: default Date: Thu, 11 Apr 2024 14:19:22 +0200 Subject: [PATCH] Fixed bug in form processing. --- html.c | 1 + 1 file changed, 1 insertion(+) diff --git a/html.c b/html.c index 00c5113..f50fb7d 100644 --- a/html.c +++ b/html.c @@ -2957,6 +2957,7 @@ int html_post_handler(const xs_dict *req, const char *q_path, timeline_admire(&snac, xs_dict_get(msg, "object"), snac.actor, 0); } } + else if (strcmp(action, L("Unlike")) == 0) { /** **/ xs *msg = msg_repulsion(&snac, id, "Like");