From 0abee76e38539a9540339c0111fd463d1eac249c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 3 Apr 2025 12:29:58 -0500 Subject: [PATCH] nip89: add ["t", "ditto"] tag to application handler event --- packages/ditto/utils/nip89.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ditto/utils/nip89.ts b/packages/ditto/utils/nip89.ts index 2e0cd0d1..b0d7ba4b 100644 --- a/packages/ditto/utils/nip89.ts +++ b/packages/ditto/utils/nip89.ts @@ -24,6 +24,7 @@ export async function createNip89(opts: CreateNip89Opts): Promise { tags: [ ['d', 'ditto'], ['k', '1'], + ['t', 'ditto'], ['web', conf.local('/'), 'web'], ], content: JSON.stringify(metadata),