tangled
alpha
login
or
join now
vielle.dev
/
server-config
Config files for my server. Except not my secrets
2
fork
atom
overview
issues
pulls
pipelines
Hide brackets if no statusphere
vielle.dev
3 months ago
b4d7ed4e
619337ee
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
options
unified
split
Changed files
+1
-1
landing
landing.ts
+1
-1
landing/landing.ts
···
85
85
async (x) =>
86
86
`
87
87
- ${await x.display}
88
88
-
${await x.handle} (${(await x.statusphere) ?? ""})
88
88
+
${await x.handle} ${(await x.statusphere) ? `(${await x.statusphere})` : ""}
89
89
${x.did}`
90
90
)
91
91
)