From fe1e4b39acf3f5afef2b7af53f2d0aaae4b92f8c Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Tue, 2 Jan 2024 20:18:43 -0500 Subject: [PATCH] Support more clients to display error embeds --- src/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker.ts b/src/worker.ts index e2b2d5e..e20dbf4 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -10,7 +10,7 @@ import { twitter } from './realms/twitter/router'; import { cacheMiddleware } from './caches'; const noCache = 'max-age=0, no-cache, no-store, must-revalidate'; -const embeddingClientRegex = /(discordbot|telegrambot|facebook|whatsapp|firefox\/92|vkshare)/gi; +const embeddingClientRegex = /(discordbot|telegrambot|facebook|whatsapp|firefox\/92|vkshare|revoltchat|preview)/gi; /* This is the root app which contains route trees for multiple "realms".