Thread viewer for Bluesky

fix for notification page in incognito mode

Changed files
+1 -1
+1 -1
skythread.js
··· 353 353 let parentLink = $tag('a', { href: url }); 354 354 p.append(parentLink); 355 355 356 - if (repo == api.user.did) { 356 + if (repo == accountAPI.user.did) { 357 357 parentLink.innerText = 'Reply to you'; 358 358 } else { 359 359 parentLink.innerText = 'Reply';