mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
This commit fixes the bug of always showing day-mode realm logo when color scheme display setting is set to automatic but the OS setting is dark theme. This is because we cannot check the OS setting on backend and we need to set the logo url accordingly in frontend only. So, we remove the logo url computation from backend completely and instead compute it in the frontend only. Fixes #18778.
20 KiB
20 KiB