Update packages/frontend/src/pages/timeline.vue

Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
This commit is contained in:
anatawa12 2025-12-17 10:37:19 +09:00 committed by GitHub
parent 69862e84ba
commit af75023376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ import { DI } from '@/di';
const tlComponent = useTemplateRef('tlComponent');
//
//
provide(DI.collapseSensitiveChannel, 'renote-only');
type TimelinePageSrc = BasicTimelineType | `list:${string}`;