tangled
alpha
login
or
join now
mackuba.eu
/
skythread
14
fork
atom
Thread viewer for Bluesky
14
fork
atom
overview
issues
pulls
pipelines
fixed extra slash in url
mackuba.eu
2 years ago
d6b6842e
e51a49dc
+1
-1
1 changed file
expand all
collapse all
unified
split
skythread.js
+1
-1
skythread.js
···
150
150
}
151
151
152
152
function getLocation() {
153
153
-
return location.origin + '/' + location.pathname;
153
153
+
return location.origin + location.pathname;
154
154
}
155
155
156
156
function sameDay(date1, date2) {