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
1 changed files with 1 additions and 1 deletions

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"):