Files
zulip/zerver/lib/utils.py
Mateusz Mandera 8b9516fb0b export: Only export Client objects needed by the data being exported.
We shouldn't export the entire Client table - it includes Clients for
all the realms on the server, completely unrelated to the realm we're
exporting. Since these contain parts of the UserAgents used by the
users, we should treat these as private data and only export the Clients
that the specific data we're exporting "knows" about.
2025-03-28 16:52:44 -07:00

1.7 KiB