Skip to content
Snippets Groups Projects
Verified Commit 97d585b0 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 40933: Add tor-launcher functionality

Bug 42340: Stop adding #currentBridge to the TorBridgeChanged
notification data, since it is converted into a string.
parent 5b42f7da
No related branches found
No related tags found
1 merge request!889Bug 42366: Tor Browser 115.7.0esr alpha rebase
......@@ -1009,11 +1009,7 @@ export class TorProvider {
notify = true;
}
if (notify) {
Services.obs.notifyObservers(
null,
TorProviderTopics.BridgeChanged,
this.#currentBridge
);
Services.obs.notifyObservers(null, TorProviderTopics.BridgeChanged);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment