pass group down from group timeline and hide group section of status component

This commit is contained in:
2458773093
2019-07-26 21:28:26 +03:00
parent 7503d5728e
commit c4ca0b9d4d
3 changed files with 7 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ class GroupTimeline extends React.PureComponent {
scrollKey={`group_timeline-${columnId}`}
timelineId={`group:${id}`}
onLoadMore={this.handleLoadMore}
group={group}
withGroupAdmin={relationships && relationships.get('admin')}
emptyMessage={<FormattedMessage id='empty_column.group' defaultMessage='There is nothing in this group yet. When members of this group post new statuses, they will appear here.' />}
/>