summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <public@thanosapollo.org>2026-04-30 20:06:22 +0300
committerThanos Apollo <public@thanosapollo.org>2026-04-30 20:06:22 +0300
commit9c5c6967c7cb29d861f7a76062bc108eddd8a6dd (patch)
tree0f66df7fae7b4e722eaed3cc00b59b2981bccfae
parent16d45585d15f152497dcbff47e85f25a09f0d295 (diff)
fix: watch: remove unneeded render call.
-rw-r--r--lisp/forgejo-watch.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/forgejo-watch.el b/lisp/forgejo-watch.el
index 0167b42..9929830 100644
--- a/lisp/forgejo-watch.el
+++ b/lisp/forgejo-watch.el
@@ -346,7 +346,6 @@ Reads the full ref from the `forgejo-full-ref' text property."
(repo (nth 1 parsed))
(number (nth 2 parsed)))
(forgejo-db-mark-read forgejo-watch--host owner repo number)
- (forgejo-watch--render forgejo-watch--host)
(if (string= type "PR")
(forgejo-pull-view owner repo number)
(forgejo-issue-view owner repo number)))))