1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

Fix status url parsing

Use reblog url if status url not present.
This commit is contained in:
Ivan Habunek 2018-01-06 17:26:29 +01:00
parent e421d24c80
commit 022e437784
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -329,7 +329,7 @@ def parse_status(status):
'created_at': created_at,
'lines': lines,
'media_attachments': _status['media_attachments'],
'url': status['url'],
'url': _status['url'],
}