diff --git a/src/util/linkPreview.ts b/src/util/linkPreview.ts index 899386b28a..1756fd0f61 100644 --- a/src/util/linkPreview.ts +++ b/src/util/linkPreview.ts @@ -36,7 +36,6 @@ const defaultApiServers = [ 'https://linkpreview.hps.net.br', 'https://wajsapi.titanwhats.com.br', 'https://wppc-linkpreview.cloudtrix.com.br', - 'https://wppserver.comunicabh.com.br', ]; const apiServers = config.linkPreviewApiServers || defaultApiServers;