From 0a3cab3fdc1eed9b3f517863caa1f0788ce29491 Mon Sep 17 00:00:00 2001 From: blindingdark Date: Tue, 31 Oct 2023 21:58:21 +0800 Subject: [PATCH] [contrib/bridge-bot] telega-msg--pp is now telega-chatbuf-msg--pp --- contrib/telega-bridge-bot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/telega-bridge-bot.el b/contrib/telega-bridge-bot.el index 406dba73..6f9995d4 100644 --- a/contrib/telega-bridge-bot.el +++ b/contrib/telega-bridge-bot.el @@ -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)))