This commit is contained in:
Shusui MOYATANI
2023-03-18 01:44:02 +09:00
parent 5a37842702
commit 3f19aa120d
12 changed files with 144 additions and 138 deletions

View File

@@ -48,7 +48,7 @@ const Home: Component = () => {
filters: [
{
kinds: [1, 6],
authors: [...followingPubkeys(), pubkeyNonNull],
authors: followingPubkeys(),
limit: 25,
since: Math.floor(Date.now() / 1000) - 12 * 60 * 60,
},