From 9fb57b082208d861aaedc02cf93676a79fbf3847 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Sep 2024 18:38:08 -0600 Subject: [PATCH] fix --- src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.ts b/src/const.ts index 8525c29..34c11ea 100644 --- a/src/const.ts +++ b/src/const.ts @@ -50,6 +50,6 @@ export const NOSTR_CONNECT_PERMISSIONS = [ export const NEVER_ATTACH_CLIENT_TAG = [kinds.EncryptedDirectMessage]; export const NIP_89_CLIENT_TAG = [ "client", - "noStrudel", + "posterStrudel", "31990:266815e0c9210dfa324c6cba3573b14bee49da4209a9456f9484e5106cd408a5:1686066542546", ];