fix: load more subscription events
This commit is contained in:
parent
3f82b31b6b
commit
089c40d816
@ -59,7 +59,7 @@ export default function useLoginFeed() {
|
||||
.kinds([EventKind.SnortSubscriptions])
|
||||
.authors([bech32ToHex(SnortPubKey)])
|
||||
.tag("p", [pubKey])
|
||||
.limit(1);
|
||||
.limit(10);
|
||||
}
|
||||
b.withFilter()
|
||||
.authors([pubKey])
|
||||
|
Loading…
x
Reference in New Issue
Block a user