aboutsummaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index e5c84fb..134cc87 100644
--- a/html.c
+++ b/html.c
@@ -5727,8 +5727,6 @@ int html_post_handler(const xs_dict *req, const char *q_path,
if (strcmp(action, L("EmojiReact")) == 0) { /** **/
xs *eid = xs_dup(xs_dict_get(p_vars, "eid"));
- eid = xs_strip_chars_i(eid, ":");
-
xs *ret = msg_emoji_init(&snac, id, eid);
/* fails if either invalid or already reacted */
if (!ret) {