render reply and sub reply accordingly
This commit is contained in:
1
src/utils/types.d.ts
vendored
1
src/utils/types.d.ts
vendored
@@ -3,6 +3,7 @@ import { NDKEvent } from '@nostr-dev-kit/ndk';
|
||||
export interface LumeEvent extends NDKEvent {
|
||||
event_id?: string;
|
||||
parent_id?: string;
|
||||
replies?: LumeEvent[];
|
||||
}
|
||||
|
||||
export interface Account {
|
||||
|
||||
Reference in New Issue
Block a user