Skip to content

Commit

Permalink
Add stub for telega-active-stories--fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlg committed Dec 2, 2024
1 parent f4f9572 commit a8e3729
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions telega-story.el
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ telega-server has been made."
(declare-function telega-root-aux-remove "telega-root" (inserter))
(declare-function telega-root-aux-redisplay "telega-root" (&optional inserter))

(defun telega-active-stories--fetch ()
;; TODO:
)

(define-minor-mode telega-active-stories-mode
"Global mode to display currently active stories in the root buffer."
:init-value nil :global t :group 'telega-modes
Expand Down

0 comments on commit a8e3729

Please sign in to comment.