From 49134582055a174951b23314170ec42c33796325 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 17 Mar 2025 08:18:41 +0100 Subject: mastoapi: added support for /api/v1/custom_emojis (contributed by violette). --- format.c | 1 + 1 file changed, 1 insertion(+) (limited to 'format.c') diff --git a/format.c b/format.c index 755aeb2..f6bf81e 100644 --- a/format.c +++ b/format.c @@ -94,6 +94,7 @@ static xs_str *format_line(const char *line, xs_list **attach) "`[^`]+`" "|" "~~[^~]+~~" "|" "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" + ":.+:" "|" //emotes "_[^_]+_" "|" //anzu "__[^_]+__" "|" //anzu "!\\[[^]]+\\]\\([^\\)]+\\)" "|" -- cgit