about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/public_timeline/index.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-29 16:40:04 +0200
committerThibG <thib@sitedethib.com>2018-12-18 21:39:35 +0100
commit9fc7ad7b9ce663a9daff9fdd4d934c101f6e38c0 (patch)
tree06d7234b518bd46e0d9ce0d5a8dd9a5fb532b75e /app/javascript/flavours/glitch/features/public_timeline/index.js
parentc644e6ea898413a35c5bd69bf49b872f605151dc (diff)
[Glitch] Always display tab navigation on local/federated timeline even when empty
Port 90b64c006998ec3bae365007781c61e8a79eeeef to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/public_timeline/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/public_timeline/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/public_timeline/index.js b/app/javascript/flavours/glitch/features/public_timeline/index.js
index 03bcc589c..345d5efc3 100644
--- a/app/javascript/flavours/glitch/features/public_timeline/index.js
+++ b/app/javascript/flavours/glitch/features/public_timeline/index.js
@@ -131,6 +131,7 @@ export default class PublicTimeline extends React.PureComponent {
 
         <StatusListContainer
           prepend={headline}
+          alwaysPrepend
           timelineId={`public${onlyMedia ? ':media' : ''}`}
           onLoadMore={this.handleLoadMore}
           trackScroll={!pinned}