mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 07:27:12 +01:00
35e03a13b1
Adds two properties to `Status` entity: * `reblog` - contains the reblogged Status or None if not a reblog * `original`- contains the reblogged Status or self if not a reblog Anywhere where you wish to show a reblogged status's property when it's a reblog, or the base status proprety if not a reblog, use `status.original.<property>`. |
||
---|---|---|
.. | ||
tui | ||
ui | ||
__init__.py | ||
api.py | ||
auth.py | ||
commands.py | ||
config.py | ||
console.py | ||
exceptions.py | ||
http.py | ||
logging.py | ||
output.py | ||
utils.py | ||
wcstring.py |