Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Mar 20, 2024
1 parent a69084f commit f5867ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions telega-chat.el
Original file line number Diff line number Diff line change
Expand Up @@ -2265,8 +2265,7 @@ Use this to surrond header with some prefix and suffix."
(when-let ((markup-msg (telega-chat-reply-markup-msg telega-chatbuf--chat)))
(unless (telega-msg-match-p markup-msg 'is-deleted)
(telega-ins--as-string
(telega-ins--labeled
(concat (telega-symbol 'keyboard) telega-symbol-nbsp) nil
(telega-ins--line-wrap-prefix (cons (telega-symbol 'keyboard) nil)
(telega-ins--reply-markup markup-msg 'force))))))

(defun telega-chatbuf-footer-restriction-reason ()
Expand Down

0 comments on commit f5867ae

Please sign in to comment.