Comment out client tag in usePublishBlogPost hook

This commit is contained in:
2025-10-05 19:41:17 +02:00
parent 54ce6f55a2
commit 390a56c555

View File

@@ -52,7 +52,7 @@ export function usePublishBlogPost() {
}
// Add client tag
tags.push(['client', 'Nostr Blog']);
// tags.push(['client', 'zelo.news']);
const eventTemplate = {
kind: 30023,