mirror of
https://github.com/ihabunek/toot
synced 2024-12-23 23:52:40 +01:00
Show account of original toot instead of reblog
This commit is contained in:
parent
9e2b5acf49
commit
1c59facd2b
@ -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"):
|
||||
|
Loading…
Reference in New Issue
Block a user