Add remote only to public timeline (#13504)

* Add remote only to public timeline

* Fix code style
This commit is contained in:
Takeshi Umeda
2020-05-10 17:36:18 +09:00
committed by GitHub
parent e9ecbca70d
commit 26b08a3c54
10 changed files with 106 additions and 21 deletions

View File

@ -37,6 +37,7 @@ const componentMap = {
'HOME': HomeTimeline,
'NOTIFICATIONS': Notifications,
'PUBLIC': PublicTimeline,
'REMOTE': PublicTimeline,
'COMMUNITY': CommunityTimeline,
'HASHTAG': HashtagTimeline,
'DIRECT': DirectTimeline,