about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_list.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-11-13 15:32:29 +0100
committerThibG <thib@sitedethib.com>2018-11-13 15:54:04 +0100
commit2fe0cb16239ed86016ebea352425862a561b63a2 (patch)
tree2f874564fb0a687482de1c1743d0e273a8312317 /app/javascript/flavours/glitch/components/status_list.js
parentc78c80f807e5e57e549496e3a76a0743c5e44ac2 (diff)
[Glitch] Prepend account header even when status list is empty
Partially port 90b64c006998ec3bae365007781c61e8a79eeeef
Diffstat (limited to 'app/javascript/flavours/glitch/components/status_list.js')
-rw-r--r--app/javascript/flavours/glitch/components/status_list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/components/status_list.js b/app/javascript/flavours/glitch/components/status_list.js
index d13bd72f6..68cd608b9 100644
--- a/app/javascript/flavours/glitch/components/status_list.js
+++ b/app/javascript/flavours/glitch/components/status_list.js
@@ -23,6 +23,7 @@ export default class StatusList extends ImmutablePureComponent {
     isPartial: PropTypes.bool,
     hasMore: PropTypes.bool,
     prepend: PropTypes.node,
+    alwaysPrepend: PropTypes.bool,
     emptyMessage: PropTypes.node,
     timelineId: PropTypes.string,
   };