Bug 1845464 - Fix hostinfo.dat not getting updated. r=mkmelin

Differential Revision: https://phabricator.services.mozilla.com/D184560

--HG--
extra : moz-landing-system : lando
This commit is contained in:
welpy-cw 2023-08-07 09:52:38 +00:00
Родитель 7f2906861c
Коммит 1ed64a2da5
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -512,6 +512,7 @@ class NntpIncomingServer extends MsgIncomingServer {
this._subscribable.startPopulating(msgWindow, forceToServer, getOnlyNew);
this._groups = [];
this._hostInfoLoaded = false;
if (!forceToServer) {
this._hostInfoLoaded = await this._loadHostInfo();
if (this._hostInfoLoaded) {