Skip to content

Commit

Permalink
Merge branch 'master' into post-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey committed Nov 23, 2018
2 parents e005b58 + a0b36ae commit fa4abeb
Show file tree
Hide file tree
Showing 130 changed files with 4,911 additions and 5,360 deletions.
2 changes: 1 addition & 1 deletion actions/websocket_actions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ function handleChannelDeletedEvent(msg) {
browserHistory.push(teamUrl + '/channels/' + Constants.DEFAULT_CHANNEL);
}

dispatch({type: ChannelTypes.RECEIVED_CHANNEL_DELETED, data: {id: msg.data.channel_id, team_id: msg.broadcast.team_id, deleteAt: msg.data.delete_at}});
dispatch({type: ChannelTypes.RECEIVED_CHANNEL_DELETED, data: {id: msg.data.channel_id, team_id: msg.broadcast.team_id, deleteAt: msg.data.delete_at, viewArchivedChannels}});
}

function handlePreferenceChangedEvent(msg) {
Expand Down
2 changes: 1 addition & 1 deletion components/admin_console/admin_sidebar/admin_sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default class AdminSidebar extends React.Component {
title={
<FormattedMessage
id='admin.sidebar.data_retention'
defaultMessage='Data Retention Policy (Beta)'
defaultMessage='Data Retention Policy'
/>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion components/admin_console/data_retention_settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default class DataRetentionSettings extends AdminSettings {
return (
<FormattedMessage
id='admin.data_retention.title'
defaultMessage='Data Retention Policy (Beta)'
defaultMessage='Data Retention Policy'
/>
);
}
Expand Down
Loading

0 comments on commit fa4abeb

Please sign in to comment.