From c5d33ac03f97e314d59c7fef139385303130e625 Mon Sep 17 00:00:00 2001 From: Magnus Melin Date: Thu, 2 Nov 2023 20:01:07 +0200 Subject: [PATCH] Bug 1862519 - Init IMServices.core before trying to add chat details to troubleshooting info. r=freaktechnik Differential Revision: https://phabricator.services.mozilla.com/D192513 --HG-- extra : rebase_source : db2ad455dea1d05a8e5de418c5b1a87908df6681 extra : amend_source : bd04b0b39e109f61f34ad271d5d0862a1d3bbb76 --- mail/components/about-support/content/chat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/components/about-support/content/chat.js b/mail/components/about-support/content/chat.js index 17dff6ece6..8e21728231 100644 --- a/mail/components/about-support/content/chat.js +++ b/mail/components/about-support/content/chat.js @@ -50,6 +50,7 @@ function populateChatSection() { ); }; + IMServices.core.init(); const chatAccounts = IMServices.accounts.getAccounts(); if (!chatAccounts.length) { return;