From f4f957253093a449c806397fd6157e19d84a7c02 Mon Sep 17 00:00:00 2001 From: Zajcev Evgeny Date: Mon, 18 Nov 2024 17:04:30 +0300 Subject: [PATCH] Fixed use of telega-file--download --- contrib/telega-emacs-stories.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/telega-emacs-stories.el b/contrib/telega-emacs-stories.el index 242f7ca..ed8f29e 100644 --- a/contrib/telega-emacs-stories.el +++ b/contrib/telega-emacs-stories.el @@ -700,7 +700,7 @@ Return list of three elements: (THUMB THUMB-PROP CONTENT-FILE)." (not (telega-file--downloading-p cfile))) ;; NOTE: Use higher priority for recent stories (telega-file--download cfile - (max 16 (- 32 (cl-position msg telega-emacs-stories--show-messages))))))) + :priority (max 16 (- 32 (cl-position msg telega-emacs-stories--show-messages))))))) (defun telega-emacs-stories--show-messages-reset () "Re-set `telega-emacs-stories--show-messages' according to `telega-emacs-stories-show'."