diff options
| author | default <nobody@localhost> | 2025-03-17 08:18:41 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-03-17 08:18:41 +0100 |
| commit | 49134582055a174951b23314170ec42c33796325 (patch) | |
| tree | 72337c4455df8d856d516c33797e87038df28fde /format.c | |
| parent | 4c23d1f86e4844d6d8e88a41a65ce0a8a9c50ad1 (diff) | |
mastoapi: added support for /api/v1/custom_emojis (contributed by violette).
Diffstat (limited to 'format.c')
| -rw-r--r-- | format.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ static xs_str *format_line(const char *line, xs_list **attach) "`[^`]+`" "|" "~~[^~]+~~" "|" "\\*\\*?\\*?[^\\*]+\\*?\\*?\\*" "|" + ":.+:" "|" //emotes "_[^_]+_" "|" //anzu "__[^_]+__" "|" //anzu "!\\[[^]]+\\]\\([^\\)]+\\)" "|" |