fix: load more subscription events

This commit is contained in:
2023-10-17 16:36:12 +01:00
parent 3f82b31b6b
commit 089c40d816

View File

@ -59,7 +59,7 @@ export default function useLoginFeed() {
.kinds([EventKind.SnortSubscriptions]) .kinds([EventKind.SnortSubscriptions])
.authors([bech32ToHex(SnortPubKey)]) .authors([bech32ToHex(SnortPubKey)])
.tag("p", [pubKey]) .tag("p", [pubKey])
.limit(1); .limit(10);
} }
b.withFilter() b.withFilter()
.authors([pubKey]) .authors([pubKey])