mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 01:53:59 +00:00
We now require keywords, so that there is no pitfall for mixing up boolean parameters. Positional parameters are basically evil when you have a bunch of bools. I also make user_profile the first argument. Finally, the code is more diff-friendly.