diff --git a/packages/ditto/storages/DittoPgStore.ts b/packages/ditto/storages/DittoPgStore.ts index f4b1679b..e226d785 100644 --- a/packages/ditto/storages/DittoPgStore.ts +++ b/packages/ditto/storages/DittoPgStore.ts @@ -491,7 +491,7 @@ export class DittoPgStore extends NPostgres { } else if (event.kind === 6) { ext.reply = 'false'; } else if ([21, 22, 34235, 34236].includes(event.kind)) { - ext.reply = event.tags.some(([name]) => name === 'e').toString(); + ext.reply = 'false' // reply must be handled in another way: https://github.com/nostr-protocol/nips/issues/2146 } if ([1, 20, 30023].includes(event.kind)) {