···6666- Firehose maybe not backfilling likes
67676868- TODO: add OpenGraph embeds (mainly for brews; beans and roasters can come later)
6969+7070+- Fix opengraph to show handle, record type and date?
7171+ - Then show brewer and bean?
7272+ - Add an image of some kind as well
+5-4
internal/handlers/handlers.go
···1236123612371237 // Return the updated like button component
12381238 if err := components.LikeButton(components.LikeButtonProps{
12391239- SubjectURI: subjectURI,
12401240- SubjectCID: subjectCID,
12411241- IsLiked: isLiked,
12421242- LikeCount: likeCount,
12391239+ SubjectURI: subjectURI,
12401240+ SubjectCID: subjectCID,
12411241+ IsLiked: isLiked,
12421242+ LikeCount: likeCount,
12431243+ IsAuthenticated: true,
12431244 }).Render(r.Context(), w); err != nil {
12441245 http.Error(w, "Failed to render", http.StatusInternalServerError)
12451246 log.Error().Err(err).Msg("Failed to render like button")