summary refs log tree commit diff
path: root/api/src/util/Message.ts
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-15 09:42:31 +0000
committerGitHub <noreply@github.com>2021-10-15 09:42:31 +0000
commit865389d0d054a221950c944cd535964ca009d131 (patch)
treed3019344601c12892e28b0584513b6127b608fc1 /api/src/util/Message.ts
parentfix: don't set location by default (diff)
parent:bug: fix migration + autojoin (diff)
downloadserver-865389d0d054a221950c944cd535964ca009d131.tar.xz
chore: merge master into cdn-s3
Diffstat (limited to '')
-rw-r--r--api/src/util/Message.ts1
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;