improve diff filters
fix tests expander/compressor filter mangler
This commit is contained in:
6
packages/app/src/External/NostrBand.ts
vendored
6
packages/app/src/External/NostrBand.ts
vendored
@ -1,4 +1,4 @@
|
||||
import { RawEvent } from "System";
|
||||
import { NostrEvent } from "System";
|
||||
|
||||
export interface TrendingUser {
|
||||
pubkey: string;
|
||||
@ -9,8 +9,8 @@ export interface TrendingUserResponse {
|
||||
}
|
||||
|
||||
export interface TrendingNote {
|
||||
event: RawEvent;
|
||||
author: RawEvent; // kind0 event
|
||||
event: NostrEvent;
|
||||
author: NostrEvent; // kind0 event
|
||||
}
|
||||
|
||||
export interface TrendingNoteResponse {
|
||||
|
Reference in New Issue
Block a user