diff options
author | default <nobody@localhost> | 2024-04-11 14:19:22 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-11 14:19:22 +0200 |
commit | 1a9bb5fd076a78bd336fc65aac6ee01f468eb4bd (patch) | |
tree | 965453ed7f99cfd4e72684fba08b12b00e8c8f17 | |
parent | 7b75a172917a7bc2d9aa140893baff6d336cd6e5 (diff) |
Fixed bug in form processing.
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |