mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-12 21:10:22 +03:00
Fixed bug in form processing.
This commit is contained in:
parent
7b75a17291
commit
1a9bb5fd07
1
html.c
1
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);
|
timeline_admire(&snac, xs_dict_get(msg, "object"), snac.actor, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
if (strcmp(action, L("Unlike")) == 0) { /** **/
|
if (strcmp(action, L("Unlike")) == 0) { /** **/
|
||||||
xs *msg = msg_repulsion(&snac, id, "Like");
|
xs *msg = msg_repulsion(&snac, id, "Like");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user