tangled
alpha
login
or
join now
mackuba.eu
/
skythread
Thread viewer for Bluesky
12
fork
atom
overview
issues
pulls
pipelines
fix for notification page in incognito mode
mackuba.eu
7 months ago
f14077dd
7ac36fc2
options
unified
split
Changed files
+1
-1
skythread.js
+1
-1
skythread.js
···
353
353
let parentLink = $tag('a', { href: url });
354
354
p.append(parentLink);
355
355
356
356
-
if (repo == api.user.did) {
356
356
+
if (repo == accountAPI.user.did) {
357
357
parentLink.innerText = 'Reply to you';
358
358
} else {
359
359
parentLink.innerText = 'Reply';