initial streaming re-support

This commit is contained in:
Henry Jameson 2026-08-13 01:12:48 +03:00
commit 652a9fabb7
11 changed files with 391 additions and 281 deletions

View file

@ -238,7 +238,7 @@ export default (store) => {
path: '/lists/:id',
component: Timeline,
props: (route) => ({
timelineRef: { name: 'lists', argument: route.params.id },
timelineRef: { name: 'list', argument: route.params.id },
}),
},
{