From abd1fc14243fc258786933722ba0ad337ff5eb9d Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 21 Jan 2026 18:38:50 +0900 Subject: [PATCH] appview/pulls: don't notice on reaction db query failed pull page can be rendered fine without reaction map Signed-off-by: Seongmin Lee --- appview/pulls/pulls.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go index 1537c7cb..3bbee643 100644 --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -228,7 +228,6 @@ func (s *Pulls) repoPullHelper(w http.ResponseWriter, r *http.Request, interdiff reactionMap, err := db.GetReactionMap(s.db, 20, pull.AtUri()) if err != nil { log.Println("failed to get pull reactions") - s.pages.Notice(w, "pulls", "Failed to load pull. Try again later.") } userReactions := map[models.ReactionKind]bool{} -- 2.51.2