mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-29 11:12:12 +01:00
always update user pins on profile view
This commit is contained in:
parent
951df460e3
commit
cce27380c8
@ -6,7 +6,7 @@ import { EmbedEventPointer } from "../../../components/embed-event";
|
||||
|
||||
export default function UserPinnedEvents({ pubkey }: { pubkey: string }) {
|
||||
const contextRelays = useAdditionalRelayContext();
|
||||
const { events, list } = useUserPinList(pubkey, contextRelays);
|
||||
const { events, list } = useUserPinList(pubkey, contextRelays, { alwaysRequest: true });
|
||||
const showAll = useDisclosure();
|
||||
|
||||
if (events.length === 0) return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user