mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
'q' tag should omit marker per NIP-18
This commit is contained in:
parent
f576e45c58
commit
cd95c38eec
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ const createStatusController: AppController = async (c) => {
|
|||
return c.json({ error: 'Quoted post not found.' }, 404);
|
||||
}
|
||||
|
||||
tags.push(['q', quoted.id, Conf.relay, '', quoted.pubkey]);
|
||||
tags.push(['q', quoted.id, Conf.relay, quoted.pubkey]);
|
||||
}
|
||||
|
||||
if (data.sensitive && data.spoiler_text) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue