We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b726b7 commit 7aade10Copy full SHA for 7aade10
source/lib/tabs-service.js
@@ -27,7 +27,7 @@ export async function openTab(url) {
27
if (reuseTabs && permissionGranted) {
28
const matchingUrls = [url];
29
if (url.endsWith('/notifications')) {
30
- matchingUrls.push(url + '?query=is%3Aunread');
+ matchingUrls.push(url + '?query=', url + '?query=is%3Aunread');
31
}
32
33
const existingTabs = await queryTabs(matchingUrls);
0 commit comments