new parser, faster than before 50%
This commit is contained in:
2
src/utils/types.d.ts
vendored
2
src/utils/types.d.ts
vendored
@@ -2,10 +2,10 @@ import { NDKEvent, NDKUserProfile } from '@nostr-dev-kit/ndk';
|
||||
|
||||
export interface RichContent {
|
||||
parsed: string;
|
||||
notes: string[];
|
||||
images: string[];
|
||||
videos: string[];
|
||||
links: string[];
|
||||
notes: string[];
|
||||
}
|
||||
|
||||
export interface DBEvent {
|
||||
|
||||
Reference in New Issue
Block a user