This commit is contained in:
Shusui MOYATANI
2023-03-01 00:31:04 +09:00
parent 57bc321436
commit 471b03eb1d
20 changed files with 279 additions and 118 deletions

View File

@@ -47,7 +47,6 @@ const Home: Component = () => {
kinds: [1, 6],
authors: followings()?.map((f) => f.pubkey) ?? [pubkeyHex],
limit: 25,
since: Math.floor(Date.now() / 1000) - 12 * 60 * 60,
},
],
}));
@@ -135,7 +134,7 @@ const Home: Component = () => {
<Column name="通知" width="medium">
<Notification events={notifications()} />
</Column>
<Column name="ローカル" width="medium">
<Column name="日本サーバ" width="medium">
<Timeline events={localTimeline()} />
</Column>
<Column name="自分の投稿" width="medium">