From d4a53d2472bf24b5e79972e5d498e5312036a716 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Fri, 18 Mar 2022 15:03:25 +0000 Subject: [PATCH] HTTPs check Would apply for non-http testing? FossilOrigin-Name: 34c6a390c6f8a8912f8d63520fc86e1d02e141b91fc56d78eea2a7ee71219a66 --- src/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reply.c b/src/reply.c index 31eb747..622dd4c 100644 --- a/src/reply.c +++ b/src/reply.c @@ -51,7 +51,7 @@ char* construct_post_box(char* reply_id, * so we just grep for regex href * - Misskey/Mastodon adds an @ symbol in the href param, while pleroma adds /users */ -#define REGEX_REPLY "@(?:)?.*?(?:<\\/span>)?" +#define REGEX_REPLY "@(?:)?.*?(?:<\\/span>)?" #define REGEX_RESULTS_LEN 9 char* reply_status(char* id, struct mstdnt_status* status)