Add local only to hashtag timeline (#13502)
This commit is contained in:
parent
a1ce9cbb67
commit
2c7128c7f0
7 changed files with 36 additions and 17 deletions
|
@ -38,7 +38,7 @@ export default class TimelineContainer extends React.PureComponent {
|
|||
let timeline;
|
||||
|
||||
if (hashtag) {
|
||||
timeline = <HashtagTimeline hashtag={hashtag} />;
|
||||
timeline = <HashtagTimeline hashtag={hashtag} local={local} />;
|
||||
} else {
|
||||
timeline = <PublicTimeline local={local} />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue