diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 48a999a..a7e133a 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -3037,7 +3037,7 @@ void process_queue_item(xs_dict *q_item) | |||
| 3037 | const char *content = xs_dict_get(msg, "content"); | 3037 | const char *content = xs_dict_get(msg, "content"); |
| 3038 | 3038 | ||
| 3039 | if (xs_is_string(source) && xs_is_string(content)) { | 3039 | if (xs_is_string(source) && xs_is_string(content)) { |
| 3040 | xs *links = xs_regex_select(content, "\"https?[^\"]+"); | 3040 | xs *links = xs_regex_select(content, "\"https?:/" "/[^\"]+"); |
| 3041 | const char *link; | 3041 | const char *link; |
| 3042 | 3042 | ||
| 3043 | xs_list_foreach(links, link) { | 3043 | xs_list_foreach(links, link) { |