fix: remove useless 'p' tag in admin kind 5 event

This commit is contained in:
P. Reis 2025-03-05 11:33:57 -03:00
parent fc4f5fd522
commit 842150b6e2

View file

@ -173,7 +173,6 @@ const adminActionController: AppController = async (c) => {
tags: [ tags: [
['e', event.id], ['e', event.id],
['k', '30360'], ['k', '30360'],
['p', authorId], // NOTE: this is not in the NIP-09 spec
], ],
}, c); }, c);
} else { } else {