mautrix / meta

A Matrix-Facebook Messenger and Instagram DM puppeting bridge.
GNU Affero General Public License v3.0
155 stars 11 forks source link

Reduce `force_refresh_interval_seconds` to 20 hours #66

Closed javiercr closed 3 months ago

javiercr commented 3 months ago

We suspect that CAT (crypto auth tokens) issued by Meta to connect to WhatsApp servers expire in 24 hours, which would cause a race condition with the current 24 hours force refresh interval. Reducing it to 20 hours should avoid this issue.