Send setting Allow_Marketing_Emails to statistics collector (#11359)

pull/11364/head
Rodrigo Nascimento 7 years ago committed by Diego Sampaio
parent 3ebe15d97b
commit ff112f889d
  1. 3
      packages/rocketchat-statistics/server/functions/get.js

@ -11,7 +11,8 @@ const wizardFields = [
'Website',
'Site_Name',
'Language',
'Server_Type'
'Server_Type',
'Allow_Marketing_Emails'
];
RocketChat.statistics.get = function _getStatistics() {

Loading…
Cancel
Save