tangled
alpha
login
or
join now
zenfyr.dev
/
xpost
2
fork
atom
social media crossposting tool. 3rd time's the charm
mastodon
misskey
crossposting
bluesky
2
fork
atom
overview
issues
1
pulls
pipelines
fix: oughghh
zenfyr.dev
7 months ago
c0211a8f
0ff06c91
verified
This commit was signed with the committer's
known signature
.
zenfyr.dev
SSH Key Fingerprint:
SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE=
+2
1 changed file
expand all
collapse all
unified
split
bluesky
common.py
+2
bluesky/common.py
reviewed
···
127
127
if len(split) > 1:
128
128
if split[1].startswith(label):
129
129
tokens.append(cross.LinkToken(val, ''))
130
130
+
prev = end
130
131
continue
131
132
132
133
if label.endswith('...') and split[1].startswith(label[:-3]):
133
134
tokens.append(cross.LinkToken(val, ''))
135
135
+
prev = end
134
136
continue
135
137
136
138
tokens.append(cross.LinkToken(val, label))