mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
This commit refactors 'set_user_topic_visibility_policy_in_database' to perform bulk database operations and the related changes. There is an increase in database query count because requests to delete user_topic rows now take two queries instead of one. This is required for logging the info for a request to delete a non-existent user_topic row while performing bulk operations at the same time. The overall query count will be lower while performing bulk operations (multiple user_profiles instead of one).
74 KiB
74 KiB