From 842150b6e2d6b4395b4e815cb3129dcd59845c1d Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Wed, 5 Mar 2025 11:33:57 -0300 Subject: [PATCH] fix: remove useless 'p' tag in admin kind 5 event --- packages/ditto/controllers/api/admin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/ditto/controllers/api/admin.ts b/packages/ditto/controllers/api/admin.ts index 34e54ac2..774157f0 100644 --- a/packages/ditto/controllers/api/admin.ts +++ b/packages/ditto/controllers/api/admin.ts @@ -173,7 +173,6 @@ const adminActionController: AppController = async (c) => { tags: [ ['e', event.id], ['k', '30360'], - ['p', authorId], // NOTE: this is not in the NIP-09 spec ], }, c); } else {