- Shipped
- August 26, 2026 at 7:26 PM UTC
- Author
- Kamo
- Commit
- 550a1bb
The folder holding an org's meeting backgrounds and theme config was derived from a hostname — the request's, or the org domain the sidecar passed — by taking the last two labels and joining them with a dash. That was wrong twice over. A subdomain tenant like gnosia.demo.kamocrm.com came out as "kamocrm-com", so a child organization's lobby was offered the PLATFORM's backgrounds and its uploads were written into the platform's folder. And an org with no domain at all — the ordinary case now — had no folder to name. The folder is the org's ALIAS, read from the org the request is already scoped to. Both host-derived helpers are gone rather than left for the next caller.