in progress

This commit is contained in:
Michael Lazar
2016-07-07 18:12:43 -07:00
parent dacbe11e4b
commit fa28b8fa7d
2 changed files with 13 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ class SubredditPage(Page):
data = self.content.get(self.nav.absolute_index)
if data['url_type'] == 'selfpost':
self.open_submission()
elif data['url_type'] == 'x-post':
elif data['url_type'] == 'x-post comment':
self.open_submission(url=data['url_full'])
self.config.history.add(data['url_full'])
else: