From f97756177990ec659d90fae25f528d934ceb055e Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 20:21:07 +0200 Subject: [PATCH] feat: restore padlock emoji for encrypted content indicator --- src/components/Debug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index ec25634a..bf133cc5 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -553,7 +553,7 @@ const Debug: React.FC = ({ relayPool }) => {
Size: {formatBytes(size)} Public: {counts.public} - {counts.private > 0 && Has encrypted content} + {counts.private > 0 && 🔒 Has encrypted content}
ID: {evt.id}