[NEW] Report "Read Receipts" setting on stat collector (#23033)

pull/23040/head
pierre-lehnen-rc 5 years ago committed by GitHub
parent cbae247fee
commit c59d8fd4f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/statistics/server/lib/statistics.js

@ -157,6 +157,9 @@ export const statistics = {
platform: process.env.DEPLOY_PLATFORM || 'selfinstall',
};
statistics.readReceiptsEnabled = settings.get('Message_Read_Receipt_Enabled');
statistics.readReceiptsDetailed = settings.get('Message_Read_Receipt_Store_Users');
statistics.enterpriseReady = true;
statistics.uploadsTotal = Uploads.find().count();

Loading…
Cancel
Save