mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: event.pubkey, not event.id in p tag
This commit is contained in:
parent
e6f4f8d23e
commit
4792e568ef
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Deno.test('Admin revokes nip05 grant and nip05 column gets null', async () => {
|
||||||
created_at: nostrNow(),
|
created_at: nostrNow(),
|
||||||
tags: [
|
tags: [
|
||||||
['k', '30360'],
|
['k', '30360'],
|
||||||
['p', event.id], // NOTE: this is not in the NIP-09 spec
|
['p', event.pubkey], // NOTE: this is not in the NIP-09 spec
|
||||||
],
|
],
|
||||||
content: '',
|
content: '',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue