zulip/zerver/worker
Mateusz Mandera 200ce821a2 user_activity: Put client id instead of name in event dicts.
This saves the completely unnecessary work of mapping the Client name
to its ID.  Because we had in-process caching of the immutable Client
objects, this isn't a material performance win, but it will eventually
let us delete that caching logic and have a simpler system.
2020-05-29 15:19:55 -07:00
..
__init__.py
queue_processors.py user_activity: Put client id instead of name in event dicts. 2020-05-29 15:19:55 -07:00