Function: forge-discussion-state-set-outdated
forge-discussion-state-set-outdated is an interactive function defined
in forge-topic.el.
Signature
(forge-discussion-state-set-outdated)
Documentation
Set the state of the current discussion to outdated.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-discussion-state-set-outdated ()
"Set the state of the current discussion to `outdated'."
:class 'forge--topic-set-state-command
:state 'outdated
:getter #'forge-current-discussion
:if #'forge-current-discussion)