chore: reduce notifications view size
This commit is contained in:
@ -13,7 +13,7 @@ export function useNotificationsView() {
|
|||||||
rb.withOptions({
|
rb.withOptions({
|
||||||
leaveOpen: true,
|
leaveOpen: true,
|
||||||
});
|
});
|
||||||
rb.withFilter().kinds(kinds).tag("p", [publicKey]).limit(1000);
|
rb.withFilter().kinds(kinds).tag("p", [publicKey]).limit(100);
|
||||||
return rb;
|
return rb;
|
||||||
}
|
}
|
||||||
}, [publicKey]);
|
}, [publicKey]);
|
||||||
|
Reference in New Issue
Block a user