sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.16k stars 216 forks source link

#7503: Added check for nullish `created`/`last_edited` timestamps on public share records. #7593

Closed schrodingersket closed 4 months ago

schrodingersket commented 4 months ago

Description

This PR updates the corresponding meta tags on public share pages to handle null created/last_edited timestamps, since the database schema allows those columns to be null.

(follow-up to https://github.com/sagemathinc/cocalc/pull/7582).