From abd1fc14243fc258786933722ba0ad337ff5eb9d Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Wed, 21 Jan 2026 09:38:50 +0000 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(s) changed, 0 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -228,7 +228,6 @@ 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{} -- tangled.sh