1
0
Fork 0

- [TUI] printed 'reply to' and 'boosted from' label in a separate paragraph.

This commit is contained in:
cage 2023-07-28 14:54:49 +02:00
parent f31c03d4f2
commit 7173a240e3
1 changed files with 2 additions and 2 deletions

View File

@ -270,11 +270,11 @@
visibility)
(when parent-author
(format stream
"~a~a~%"
"~%~a~a~%"
(right-padding in-reply-to-label padding-length)
parent-author))
(when boosted-id
(format stream "~a~a~%"
(format stream "~%~a~a~%"
(right-padding boosted-label padding-length)
boosted-username))
(format stream "~%"))