don’t re-download same images from Unsplash if they are the same as the image we already got (e.g. didn’t change due to photo voting) as this avoids the cache resetting every week with same images on CF and client #nomads
fix voter /photos doesn’t load due to too big SQL query that filters out which photos you already voted for but if you reach >1000 voted photos it reaches the SQL query limit so switch to PHP in that case "Expression tree is too large (maximum depth 1000)" #nomads
allow DM by new users (signed up within last 7 days) to mutual likes / matches on friend finder / dating because people would sign up, get a match and then not be able to msg causing frustration #nomads
fix division by zero because if midnight it would divide by hours to extrapolate but it’s division by 0 and then * 24 so change to time instead #nomads
change cachebuster to server set YYYY-ww (year-week) because some users have the wrong date set like this guy has his computer clock set to June 2022 when it’s January 2022 #nomads