diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-11 16:34:18 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-11 16:34:18 +0200 |
commit | 976f76d5248aa31c5a33b5102869b664b5b52532 (patch) | |
tree | f03a68e0e38b3740092ce165597a4c41ec87b021 /api/src/util | |
parent | Merge branch 'master' into pr/Thesourtimes/430 (diff) | |
download | server-976f76d5248aa31c5a33b5102869b664b5b52532.tar.xz |
:art: gifs
Diffstat (limited to 'api/src/util')
-rw-r--r-- | api/src/util/Message.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/util/Message.ts b/api/src/util/Message.ts index f8230124..40d96b42 100644 --- a/api/src/util/Message.ts +++ b/api/src/util/Message.ts @@ -25,6 +25,7 @@ import cheerio from "cheerio"; import { MessageCreateSchema } from "../routes/channels/#channel_id/messages"; // TODO: check webhook, application, system author +// TODO: embed gifs/videos/images const LINK_REGEX = /https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)/g; |