Change local and federated timelines to be in a single firehose column (#25641)

This commit is contained in:
Claire
2023-07-02 00:05:10 +02:00
committed by GitHub
parent 0139b1c8e1
commit cea9db5a0b
6 changed files with 234 additions and 12 deletions

View File

@@ -22,6 +22,10 @@ export function CommunityTimeline () {
return import(/* webpackChunkName: "features/community_timeline" */'../../community_timeline');
}
export function Firehose () {
return import(/* webpackChunkName: "features/firehose" */'../../firehose');
}
export function HashtagTimeline () {
return import(/* webpackChunkName: "features/hashtag_timeline" */'../../hashtag_timeline');
}