Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
Go to file
Scott Feeney 6de6ced290 Fix PM unread counts not displaying
This was broken in two ways:

1. Commit ad59d6f78042ce89, "Make the left sidebar and right sidebar
more consistent", pushed last Monday, changed the markup for the right
sidebar without changing a selector in stream_list.js that was looking
for the old markup.

2. Even then, whenever new user presence information came in, we would
rerender the user list and blow away the unread counts. This commit
patches around that by updating unread counts after rendering the user
list. I'm not sure what broke this or how it was working before.

(imported from commit 53ed40139e257e44411e918d1ecdce3a49e9ee51)
2013-08-22 14:46:12 -04:00
api [manual] Extend /api/v1/streams API endpoint. 2013-08-22 12:29:04 -04:00
assets Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
bots [manual] Extend /api/v1/streams API endpoint. 2013-08-22 12:29:04 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Move to a common random token generation function instead of several one-offs. 2013-08-09 14:59:26 -04:00
humbug Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Update Postgres pg_hba to match reality 2013-08-22 11:47:03 -04:00
static Fix PM unread counts not displaying 2013-08-22 14:46:12 -04:00
templates Make the floating recipient bar visible in Safari 2013-08-21 18:52:08 -07:00
tools Fix PM unread counts not displaying 2013-08-22 14:46:12 -04:00
zerver Disable public streams for a CUSTOMER5 contractor. 2013-08-22 13:57:19 -04:00
zproject [manual] Extend /api/v1/streams API endpoint. 2013-08-22 12:29:04 -04:00
.gitignore Add support for analyzing test coverage with Istanbul 2013-08-20 10:46:45 -04:00
manage.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00