Switch to side-by-side view
--- a/ForgeChat/forgechat/command.py +++ b/ForgeChat/forgechat/command.py @@ -137,7 +137,7 @@ return True def handle_shortlink(self, lnk, sender, rcpt): - art = M.types.ArtifactReference(lnk.artifact_reference).to_artifact() + art = M.types.ArtifactReference(lnk.artifact_reference).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'])