Ivan Habunek
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>`. |
||
---|---|---|
.. | ||
__init__.py | ||
app.py | ||
compose.py | ||
constants.py | ||
entities.py | ||
NOTES.md | ||
overlays.py | ||
timeline.py | ||
utils.py | ||
widgets.py |