From e89853c56dc496bfbe817b92b17138c5252072a8 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 21 Jan 2025 13:12:39 -0300 Subject: [PATCH] fix: mention with hyphen --- src/controllers/api/statuses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/statuses.ts b/src/controllers/api/statuses.ts index c27b9a74..1f4a94cd 100644 --- a/src/controllers/api/statuses.ts +++ b/src/controllers/api/statuses.ts @@ -151,7 +151,7 @@ const createStatusController: AppController = async (c) => { let content = await asyncReplaceAll( data.status ?? '', - /(? { const pubkey = await lookupPubkey(username); if (!pubkey) return match;