mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Reddit API requires User-Agent header for all requests including OAuth token refresh. Without it, requests fail with 403 error after the initial token expires. Fixes #1822