refactor: remove kind 1 event from hydrateEvents in reblog controller

This commit is contained in:
P. Reis 2024-04-13 18:31:30 -03:00
parent 37bee709cd
commit 15853d79df
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ const reblogStatusController: AppController = async (c) => {
}, c);
await hydrateEvents({
events: [reblogEvent, event],
events: [reblogEvent],
relations: ['repost', 'author'],
storage: eventsDB,
signal: signal,