Also trim , at the end of http links.

This commit is contained in:
default 2024-02-27 13:21:59 +01:00
parent 336f731a51
commit 067747cc7c

View File

@ -72,7 +72,7 @@ static xs_str *format_line(const char *line, xs_list **attach)
else
if (xs_startswith(v, "http")) {
xs *u = xs_replace(v, "#", "#");
xs *v2 = xs_strip_chars_i(xs_dup(u), ".)");
xs *v2 = xs_strip_chars_i(xs_dup(u), ".,)");
const char *mime = xs_mime_by_ext(v2);