mirror of
https://github.com/ihabunek/toot
synced 2025-01-27 09:41:26 +01:00
Fix status url parsing
Use reblog url if status url not present.
This commit is contained in:
parent
e421d24c80
commit
022e437784
@ -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'],
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user