Skip to content

Commit

Permalink
[contrib/bridge-bot] telega-msg--pp is now telega-chatbuf-msg--pp (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlindingDark committed Oct 31, 2023
1 parent ba5c8af commit 1dc38ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/telega-bridge-bot.el
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ ARGS is the arguments passed the the FUN."


(advice-add 'telega-ins--aux-msg-one-line :around #'telega-ins--aux-msg-one-line!)
(advice-add 'telega-msg--pp :before #'telega-bridge-bot--update-msg)
(advice-add 'telega-chatbuf-msg--pp :before #'telega-bridge-bot--update-msg)
(advice-add 'telega-msg--replied-message-fetch-callback :before
(lambda (_msg replied-msg)
(telega-bridge-bot--update-msg replied-msg)))
Expand Down

0 comments on commit 1dc38ac

Please sign in to comment.