mirror of https://codeberg.org/cage/tinmop/
- added missing space to control string in the procedure to print
notification.
This commit is contained in:
parent
5401fd5c92
commit
d5d7d65524
|
@ -842,7 +842,7 @@ the latest 15 mentions)."
|
|||
(when status
|
||||
(setf raw-text
|
||||
(strcat raw-text
|
||||
(format nil (_ "post: ~a") (tooter:id status)))))
|
||||
(format nil (_ " post: ~a") (tooter:id status)))))
|
||||
(tui:make-tui-string raw-text)))
|
||||
|
||||
(defun update-mentions-folder (&key
|
||||
|
|
Loading…
Reference in New Issue