mirror of https://github.com/zulip/zulip.git
93347be4af
When we send a message, we send some presence information to Tornado to help it figure out how to generate emails for idle recipients of a message. This change limits the presence info to being the intersection of present users and recipients of the message. It is just an internal optimization to avoid queueing up unneeded data. The history behind this feature is that I implemented it a while back, but I think I made a rebase mistake that sent all the presence data over the wire, despite having code to filter on recipients. It was mostly harmless, just leading to some inefficiency which is now fixed. (imported from commit 7c8e97705afb299c67b99053909e952fbc823551) |
||
---|---|---|
api | ||
assets | ||
bots | ||
certs | ||
confirmation | ||
humbug | ||
node_modules | ||
servers | ||
static | ||
templates | ||
tools | ||
zerver | ||
zproject | ||
.gitignore | ||
manage.py |