mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
Use read-only types (List ↦ Sequence, Dict ↦ Mapping, Set ↦ AbstractSet) to guard against accidental mutation of the default value. Signed-off-by: Anders Kaseorg <anders@zulip.com>