refactor: inline hashtag posts
This commit is contained in:
@ -14,7 +14,12 @@ export interface TaggedNostrEvent extends NostrEvent {
|
||||
/**
|
||||
* A list of relays this event was seen on
|
||||
*/
|
||||
relays: string[];
|
||||
relays: Array<string>;
|
||||
|
||||
/**
|
||||
* Additional context
|
||||
*/
|
||||
context?: never;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user