···88 return false;
99}
10101111+// Reject posts where the created at is more than 8 days ago.
1212+// See https://docs.rs/duration-str/latest/duration_str/
1313+if matcher_before_duration("-8d", event?.commit?.record?.createdAt ?? "") {
1414+ return false;
1515+}
1616+1117const BAIL = [
1218 // For obvious reasons, keep the feed to PG
1319 "nsfw", "porn", "nsfl",