add remove account from group to status bar actions

This commit is contained in:
2458773093
2019-07-17 01:25:23 +03:00
parent f13214f1f9
commit caaa9253d6
6 changed files with 68 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}
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.' />}
/>
</div>