mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
The old type in default_settings wasn't right - limit_to_subdomains is a List[str]. We define a TypeDict for capturing the typing of the settings dict more correctly and to allow future addition of configurable attributes of other non-str types.