Skip to content

Commit

Permalink
Remove Message_GlobalSearch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego authored Apr 20, 2018
1 parent af1f3d2 commit 7acd770
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/rocketchat-lib/server/startup/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1369,12 +1369,6 @@ RocketChat.settings.addGroup('Message', function() {
'public': true
});

this.add('Message_GlobalSearch', false, {
type: 'boolean',
'public': true,
alert: 'This feature is currently in beta and could decrease the application performance! Please report bugs to github.com/RocketChat/Rocket.Chat/issues'
});

this.add('Message_ErasureType', 'Delete', {
type: 'select',
'public': true,
Expand Down

0 comments on commit 7acd770

Please sign in to comment.