zulip/tools/linter_lib
Steve Howell 43e5b2d28b right sidebar: Remove "GROUP PMs" section.
We remove the "GROUP PMs" section that used
to be in the lower right sidebar.

Most of this is straightforward code removal.

A couple quick notes:

    - The message fetching code now just
      calls `huddle_data.process_loaded_messages`,
      which we still need for search suggestions.
      We removed `activity.process_loaded_messages`.

    - The `huddle_data.process_loaded_messages`
      function no longer needs to return `need_resize`.

    - In `resize.js` we now just calculate
      `res.buddy_list_wrapper_max_height` directly
      from `usable_height`.
2020-05-27 17:57:50 -07:00
..
__init__.py Extract tools/linter_lib/custom_check.py. 2017-06-05 09:20:21 -07:00
custom_check.py right sidebar: Remove "GROUP PMs" section. 2020-05-27 17:57:50 -07:00
exclude.py check-openapi: Fix lint errors and remove lint exclusion. 2020-02-07 14:09:47 -08:00
pep8.py python: Convert function type annotations to Python 3 style. 2020-04-18 20:42:48 -07:00
pyflakes.py python: Convert function type annotations to Python 3 style. 2020-04-18 20:42:48 -07:00