Change local and federated timelines to be in a single firehose column (#25641)
This commit is contained in:
parent
0139b1c8e1
commit
cea9db5a0b
6 changed files with 234 additions and 12 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue