Switch to side-by-side view
--- a/ForgeChat/forgechat/command.py +++ b/ForgeChat/forgechat/command.py @@ -143,7 +143,7 @@ return True def handle_shortlink(self, lnk, sender, rcpt): - art = M.types.ArtifactReference(lnk.artifact_reference).artifact + art = lnk.ref.artifact index = art.index() text = index['snippet_s'] or index['title_s'] url = urljoin(tg.config.get('base_url', 'http://sourceforge.net'), index['url_s'])