Function: forge-topics-filter-author
forge-topics-filter-author is an interactive function defined in
forge-topics.el.
Signature
(forge-topics-filter-author)
Documentation
Read an author and limit topic list to topics created by that author.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topics.el
(transient-define-suffix forge-topics-filter-author ()
"Read an author and limit topic list to topics created by that author."
:class 'forge--topics-filter-command
:slot 'author
:reader (##forge--read-filter-by-user "Author"))