Function: forge--ghub-notifications-since

forge--ghub-notifications-since is a byte-compiled function defined in forge-github.el.

Signature

(forge--ghub-notifications-since FORGE)

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-github.el
(defun forge--ghub-notifications-since (forge)
  (forge-sql1 [:select :distinct [notification:updated]
               :from [notification repository]
               :where (and (= repository:forge $s1)
                           (= repository:id notification:repository))
               :order-by [(desc notification:updated)]]
              forge))