Update packages/frontend/src/pages/timeline.vue
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
This commit is contained in:
parent
69862e84ba
commit
af75023376
|
|
@ -48,7 +48,7 @@ import { DI } from '@/di';
|
|||
|
||||
const tlComponent = useTemplateRef('tlComponent');
|
||||
|
||||
// ホームタイムラインにはフォロー中のチャンネルし以外の場合に折りたたみを無効化する。
|
||||
// ホームタイムラインにはフォロー中のチャンネル以外の場合に折りたたみを無効化する。
|
||||
provide(DI.collapseSensitiveChannel, 'renote-only');
|
||||
|
||||
type TimelinePageSrc = BasicTimelineType | `list:${string}`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue