summary refs log tree commit diff
path: root/contrib/experiments/cursesio.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-24Fix /messages on workers when no from param specified.Erik Johnston2-17/+19
If no `from` param is specified we calculate and use the "current token" that inlcuded typing, presence, etc. These are unused during pagination and are not available on workers, so we simply don't calculate them.
2019-06-22Drop support for cpu_affinity (#5525)Richard van der Hoff6