add @ suggestion popup

This commit is contained in:
2023-11-25 15:41:18 +07:00
parent dc229f40cb
commit 31a53b9c48
6 changed files with 212 additions and 0 deletions

View File

@@ -122,6 +122,10 @@ export interface NDKCacheUser {
createdAt: number;
}
export interface NDKCacheUserProfile extends NDKUserProfile {
pubkey: string;
}
export interface NDKCacheEvent {
id: string;
pubkey: string;