pub(super) const MIN_BEFORE_TS: u64 = 30_000_000_000;
Rejects a before_ts earlier than this, mirroring Synapse’s “year 1970” lower bound on the millisecond cutoff.
before_ts