nip89: add ["t", "ditto"] tag to application handler event

This commit is contained in:
Alex Gleason 2025-04-03 12:29:58 -05:00
parent c425a9d39a
commit 0abee76e38
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -24,6 +24,7 @@ export async function createNip89(opts: CreateNip89Opts): Promise<void> {
tags: [
['d', 'ditto'],
['k', '1'],
['t', 'ditto'],
['web', conf.local('/<bech32>'), 'web'],
],
content: JSON.stringify(metadata),