From 5eb5dbb533ed77b56a4bd798d8da80b843a3ffc6 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 29 Feb 2024 17:55:46 -0600 Subject: [PATCH] Comment --- src/components/dialogs/MutedWords.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/MutedWords.tsx b/src/components/dialogs/MutedWords.tsx index f0dcf0454a..863255fab6 100644 --- a/src/components/dialogs/MutedWords.tsx +++ b/src/components/dialogs/MutedWords.tsx @@ -69,7 +69,7 @@ function MutedWordsInner({}: {control: Dialog.DialogOuterProps['control']}) { } try { - // send raw value and rely on server as sanitization source of truth + // send raw value and rely on SDK as sanitization source of truth await addMutedWord([{value: field, targets}]) setField('') } catch (e: any) {