From 9eff0d46e49b947dc2642207ee49ed657eb6b565 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:14:13 +0100 Subject: [feature/performance] support uncaching remote emoji + scheduled cleanup functions (#1987) --- internal/regexes/regexes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/regexes/regexes.go') diff --git a/internal/regexes/regexes.go b/internal/regexes/regexes.go index 88c832508..347a8a98b 100644 --- a/internal/regexes/regexes.go +++ b/internal/regexes/regexes.go @@ -70,7 +70,7 @@ const ( statusesPath = userPathPrefix + `/` + statuses + `/(` + ulid + `)$` blockPath = userPathPrefix + `/` + blocks + `/(` + ulid + `)$` reportPath = `^/?` + reports + `/(` + ulid + `)$` - filePath = `^/?(` + ulid + `)/([a-z]+)/([a-z]+)/(` + ulid + `)\.([a-z]+)$` + filePath = `^/?(` + ulid + `)/([a-z]+)/([a-z]+)/(` + ulid + `)\.([a-z0-9]+)$` ) var ( -- cgit v1.2.3