fix: load more subscription events

This commit is contained in:
Kieran 2023-10-17 16:36:12 +01:00
parent 3f82b31b6b
commit 089c40d816
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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])