diff options
| -rw-r--r-- | lisp/forgejo-watch.el | 1 |
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))))) |
