From b313585924784f43b9fb243ed9a7c1b462e7616e Mon Sep 17 00:00:00 2001 From: haruhi-s Date: Sat, 5 Oct 2024 00:43:18 +0800 Subject: [PATCH] fix forwarding --- telega-chat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telega-chat.el b/telega-chat.el index 5266a78..ab2ec3b 100644 --- a/telega-chat.el +++ b/telega-chat.el @@ -5913,7 +5913,7 @@ then forward message copy without caption." (when-let ((msg-at-point (telega-msg-at (point)))) (list msg-at-point))))) ;; NOTE: ExcludeEvery - (unless (seq-every-p (telega--tl-prop :can_be_forwarded) messages) + (unless (seq-every-p (telega--tl-prop :can_be_saved) messages) (user-error "telega: Forwarding is not allowed")) (let ((chat (telega-completing-read-chat