mirror of https://github.com/zulip/zulip.git
8c733fde8f
There are 2 uses of all_msg_list previous to this commit: (1) The contiguous block of messages to be used for constructing the initial state of narrows. (2) A way to look up an arbitrary message by ID that may or may not be in the home view to check if we have it locally. We eliminate all applications of use case (2), replacing them with queries on message_store, since they are in fact wrong -- any messages that are outside the contiguous time period of all_msg_list would not appear in all_msg_list and thus would incorrectly not be returned. (imported from commit e2e2efe919242331bbc44abc6c50b16e3ab1336e) |
||
---|---|---|
analytics | ||
api | ||
assets | ||
bin | ||
bots | ||
confirmation | ||
corporate | ||
humbug | ||
node_modules | ||
puppet | ||
scripts | ||
static | ||
templates | ||
tools | ||
zerver | ||
zilencer | ||
zproject | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
manage.py | ||
zulip_tools.py |