mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-12 21:59:16 +02:00
small test fix for DVM feed
This commit is contained in:
parent
81aefc53ae
commit
f040fe543c
@ -49,11 +49,10 @@ function DVMFeedPage({ pointer }: { pointer: AddressPointer }) {
|
||||
const dvmRelays = useUserMailboxes(pointer.pubkey)?.relays;
|
||||
const readRelays = useReadRelays(dvmRelays);
|
||||
const timeline = useTimelineLoader(`${pointer.kind}:${pointer.pubkey}:${pointer.identifier}-jobs`, readRelays, [
|
||||
{ authors: [account.pubkey], "#p": [pointer.pubkey], kinds: [DVM_CONTENT_DISCOVERY_JOB_KIND], since },
|
||||
{
|
||||
authors: [pointer.pubkey],
|
||||
"#p": [account.pubkey],
|
||||
kinds: [DVM_CONTENT_DISCOVERY_RESULT_KIND, DVM_STATUS_KIND],
|
||||
authors: [account.pubkey, pointer.pubkey],
|
||||
"#p": [account.pubkey, pointer.pubkey],
|
||||
kinds: [DVM_CONTENT_DISCOVERY_JOB_KIND, DVM_CONTENT_DISCOVERY_RESULT_KIND, DVM_STATUS_KIND],
|
||||
since,
|
||||
},
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user