mirror of https://github.com/zulip/zulip.git
0799ec1a43
These are used for creating huddles and private messages (and some UserPresence objects). It'd be really weird, and potentially create some Messages that break our assumptions, for this to end up involving users in multiple realms. I believe currently this hasn't been happening, because when this line runs, there are only users in "zulip" realm and system bots in "zulipinternal" - but the query has been excluding bots already. Still, this query should be explicit about grabbing users from a single realm. This will also be helpful for the work adding the denormalized Message.realm field - so that the realm of Message objects that get manually created in generate_and_send_messages can be simply set to "zulip" with confidence that it's correct. |
||
---|---|---|
.. | ||
commands | ||
__init__.py |