mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
fix: remove useless 'p' tag in admin kind 5 event
This commit is contained in:
parent
fc4f5fd522
commit
842150b6e2
1 changed files with 0 additions and 1 deletions
|
|
@ -173,7 +173,6 @@ const adminActionController: AppController = async (c) => {
|
||||||
tags: [
|
tags: [
|
||||||
['e', event.id],
|
['e', event.id],
|
||||||
['k', '30360'],
|
['k', '30360'],
|
||||||
['p', authorId], // NOTE: this is not in the NIP-09 spec
|
|
||||||
],
|
],
|
||||||
}, c);
|
}, c);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue