Files
zulip/zerver/lib/user_topics.py
Shubham Padia 6def6cb77a user_topics: Use a list instead of tuple for muted_topics.
Tuple is converted into a list by orjson, which in turn causes mismatch
in the initial state and the hybrid state after using apply_events.
Using a list instead helps us prevent that.
2025-03-17 14:21:37 -07:00

12 KiB