Skip to content

Commit

Permalink
Show account of original toot instead of reblog
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Feb 3, 2023
1 parent 9e2b5ac commit 1c59fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toot/tui/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def keypress(self, size, key):
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"):
Expand Down

0 comments on commit 1c59fac

Please sign in to comment.