Skip to content

Commit 7aade10

Browse files
scarf005notlmn
andauthored
Additional matching URLs for the notifications page (#299)
Co-authored-by: Laxman <[email protected]>
1 parent 8b726b7 commit 7aade10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib/tabs-service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function openTab(url) {
2727
if (reuseTabs && permissionGranted) {
2828
const matchingUrls = [url];
2929
if (url.endsWith('/notifications')) {
30-
matchingUrls.push(url + '?query=is%3Aunread');
30+
matchingUrls.push(url + '?query=', url + '?query=is%3Aunread');
3131
}
3232

3333
const existingTabs = await queryTabs(matchingUrls);

0 commit comments

Comments
 (0)