diff --git a/src/controllers/api/statuses.ts b/src/controllers/api/statuses.ts index 98337777..ea7a16b2 100644 --- a/src/controllers/api/statuses.ts +++ b/src/controllers/api/statuses.ts @@ -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) {