mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-17 20:34:24 +01:00
perf: make up to 5 calls to database in hydrateEvents & remove old hydrate functions
This commit is contained in:
@@ -22,6 +22,6 @@ export interface DittoEvent extends NostrEvent {
|
||||
event_stats?: EventStats;
|
||||
d_author?: DittoEvent;
|
||||
user?: DittoEvent;
|
||||
repost?: NostrEvent;
|
||||
quote_repost?: NostrEvent;
|
||||
repost?: DittoEvent;
|
||||
quote_repost?: DittoEvent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user