Notifications: render notifications for kinds 1, 6, and 7 events

This commit is contained in:
Alex Gleason
2024-05-02 14:36:28 -05:00
parent 3d70edfb39
commit 220f16feb8
5 changed files with 130 additions and 25 deletions

View File

@@ -24,4 +24,5 @@ export interface DittoEvent extends NostrEvent {
user?: DittoEvent;
repost?: DittoEvent;
quote_repost?: DittoEvent;
reacted?: DittoEvent;
}