fixed duplicate note in newsfeed and minor fixes

This commit is contained in:
Ren Amamiya
2023-04-16 08:31:40 +07:00
parent 66e45937de
commit b778cf6198
10 changed files with 51 additions and 43 deletions

View File

@@ -123,7 +123,7 @@ export default function Page() {
},
undefined,
() => {
if (eose.current > relays.length - 7) {
if (eose.current > relays.length / 2) {
router.replace('/newsfeed/following');
} else {
eose.current += 1;