Skip to content

Commit

Permalink
[fix] Fixed inserter naming for "telega-animation" buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Mar 29, 2019
1 parent 5d67379 commit e4d10f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telega-sticker.el
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ Return sticker set."
;;; Animations
(define-button-type 'telega-animation
:supertype 'telega
:inserter 'telega-ins--animation)
:inserter 'telega-ins--animation-image)

(defun telega-animation-at (&optional pos)
"Retur sticker at POS."
Expand Down

0 comments on commit e4d10f1

Please sign in to comment.