mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
nip89: add ["t", "ditto"] tag to application handler event
This commit is contained in:
parent
c425a9d39a
commit
0abee76e38
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export async function createNip89(opts: CreateNip89Opts): Promise<void> {
|
||||||
tags: [
|
tags: [
|
||||||
['d', 'ditto'],
|
['d', 'ditto'],
|
||||||
['k', '1'],
|
['k', '1'],
|
||||||
|
['t', 'ditto'],
|
||||||
['web', conf.local('/<bech32>'), 'web'],
|
['web', conf.local('/<bech32>'), 'web'],
|
||||||
],
|
],
|
||||||
content: JSON.stringify(metadata),
|
content: JSON.stringify(metadata),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue