Monorepo for Tangled

appview/pulls: don't notice on reaction db query failed

pull page can be rendered fine without reaction map

Signed-off-by: Seongmin Lee <git@boltless.me>

authored by boltless.me and committed by tangled.org abd1fc14 8c1d563e

-1
-1
appview/pulls/pulls.go
··· 228 228 reactionMap, err := db.GetReactionMap(s.db, 20, pull.AtUri()) 229 229 if err != nil { 230 230 log.Println("failed to get pull reactions") 231 - s.pages.Notice(w, "pulls", "Failed to load pull. Try again later.") 232 231 } 233 232 234 233 userReactions := map[models.ReactionKind]bool{}