Make streaming by domain work

This commit is contained in:
Alex Gleason
2024-03-20 13:42:59 -05:00
parent b4c05c4ba3
commit 07ebb490d2
3 changed files with 30 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ export interface EventStats {
/** Internal Event representation used by Ditto, including extra keys. */
export interface DittoEvent extends NostrEvent {
author?: DittoEvent;
author_domain?: string;
author_stats?: AuthorStats;
event_stats?: EventStats;
d_author?: DittoEvent;