Skip to content

Commit

Permalink
apply patch ihabunek#176 by justjosias
Browse files Browse the repository at this point in the history
  • Loading branch information
FiskFan1999 committed Apr 12, 2022
1 parent 1387d04 commit d317f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toot/tui/timeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def keypress(self, size, key):
return

if key in ("r", "R"):
self._emit("reply", status)
self._emit("reply", status.original)
return

if key in ("s", "S"):
Expand All @@ -157,7 +157,7 @@ def keypress(self, size, key):
return

if key in ("t", "T"):
self._emit("thread", status)
self._emit("thread", status.original)
return

if key in ("u", "U"):
Expand Down

0 comments on commit d317f26

Please sign in to comment.