zulip/zerver/views
Steve Howell 5fcbd0a178 Remove muting logic in approximate_unread_count().
The muting logic in approximate_unread_count() was confusing
stream/subject and only using the first of many stream/subject
pairs, so it was rarely excluding rows from the count, and when
it did exclude rows, they were the wrong rows.

This fixes part of #1300, but we may want to keep the issue open.
2016-07-18 11:21:51 -07:00
..
webhooks Replace old Trello integration with a webhook integration. 2016-07-13 21:00:27 -07:00
__init__.py Remove muting logic in approximate_unread_count(). 2016-07-18 11:21:51 -07:00
alert_words.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
messages.py Remove zerver/lib/query.py (dead code). 2016-07-16 14:51:15 -07:00
realm_emoji.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
report.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
streams.py Add ability to pin streams to top of the streams sidebar list. 2016-06-30 22:26:09 -07:00
tutorial.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
upload.py Revert "Add authorization check before serving files." 2016-06-27 12:09:56 -07:00
user_settings.py Add dynamically loaded language dropdown. 2016-07-04 11:56:02 -07:00
users.py Remove unused code path in avatar() endpoint. 2016-07-12 17:37:02 -07:00