mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Store status id in parse_status()
This commit is contained in:
parent
834bdb67ac
commit
5514c47bca
@ -15,6 +15,7 @@ def parse_status(status):
|
||||
'boosted_by': boosted_by,
|
||||
'created_at': created_at,
|
||||
'content': content,
|
||||
'id': status['id'],
|
||||
'media_attachments': _status['media_attachments'],
|
||||
'url': _status['url'],
|
||||
'spoiler_text': spoiler_text,
|
||||
|
Loading…
Reference in New Issue
Block a user