From 5a18e2952c7dc68e35bdc20d5e72d91e04279fbd Mon Sep 17 00:00:00 2001 From: OFF0 Date: Fri, 27 Jan 2023 08:58:27 +0100 Subject: [PATCH] profile: increase number of notes shown on profile there is no good reason to show less notes on a profile deeplink. changed limit to 450, same as explore feed. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index fed3577..ec85f3e 100644 --- a/src/main.js +++ b/src/main.js @@ -132,7 +132,7 @@ function subProfile(pubkey) { filter: { authors: [pubkey], kinds: [1], - limit: 150, + limit: 450, } })); }