@@ -601,7 +601,7 @@ func getMatch(w http.ResponseWriter, r *http.Request) {
Stats: []*utils.StatsResponse{},
}
if tMatch.Date.Before(time.Now().AddDate(0, 0, -30)) {
if tMatch.Date.After(time.Now().AddDate(0, 0, -30)) {
mResponse.ReplayURL = tMatch.ReplayURL
The note is not visible to the blocked user.