social media crossposting tool. 3rd time's the charm
mastodon misskey crossposting bluesky

fix: oughghh

zenfyr.dev c0211a8f 0ff06c91

verified
+2
+2
bluesky/common.py
··· 127 127 if len(split) > 1: 128 128 if split[1].startswith(label): 129 129 tokens.append(cross.LinkToken(val, '')) 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 + prev = end 134 136 continue 135 137 136 138 tokens.append(cross.LinkToken(val, label))