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

Show account of original toot instead of reblog

This commit is contained in:
Ivan Habunek 2023-02-03 14:59:40 +01:00
parent 9e2b5acf49
commit 1c59facd2b
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D

View File

@ -172,7 +172,7 @@ class Timeline(urwid.Columns):
self._emit("next")
if key in ("a", "A"):
self._emit("account", status.data['account']['id'])
self._emit("account", status.original.data['account']['id'])
return
if key in ("b", "B"):