1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Let lib handles cache

This commit is contained in:
xmflsct
2023-02-03 00:59:39 +01:00
parent 3545c13ae9
commit 5ec49739fc
3 changed files with 3 additions and 14 deletions

View File

@ -157,7 +157,7 @@ const Timeline: React.FC<Props> = ({
) {
setAccountStorage([{ key: readMarker, value: firstItemId }])
} else {
// setAccountStorage([{ key: readMarker, value: '109519141378761752' }])
// setAccountStorage([{ key: readMarker, value: '105250709762254246' }])
}
}
}