zulip/static
Steve Howell ef893dc8dd Live-update user list for name changes.
When somebody changes their name, we will now update
the buddy list right away.  The old code was trying
to do this through a code path that was designed for
true presence updates, but it was also passing in an
empty array, instead of undefined, which caused it to
fail to invoke the intended part of the codepath to
redraw the buddy list.

Now we just call the new activity.redraw() function,
which does the right thing for the buddy list.

The group PM list was live-updating before this change,
and it continues to live-update as part of the new
activity.redraw() function.
2017-01-04 19:45:15 -08:00
..
assets pep8: Fix E128 violations. 2016-12-13 10:50:14 -08:00
audio Change audible notification to a "knock" sound. 2014-02-12 17:09:39 -05:00
generated Move static/third/gemoji to static/generated/emoji. 2016-12-27 20:16:23 -08:00
html Fix end tags in 404/5xx pages. 2016-07-09 17:34:49 -07:00
images help: Replace screenshots and cleanup markdown source article. 2017-01-04 16:28:36 -08:00
js Live-update user list for name changes. 2017-01-04 19:45:15 -08:00
locale Django 1.10: Update i18n. 2016-12-13 21:40:43 -08:00
styles Hide/Show Optimization with #group-pm-list. 2017-01-04 12:36:55 -08:00
templates notifications: Improve HTML/CSS for desktop notifications. 2017-01-02 16:42:04 -08:00
third bug fix: Handle empty at-mentions gracefully. 2016-12-21 15:32:12 -08:00
.gitignore Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
favicon.ico Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00
node_modules Create static/node_modules symlink. 2016-08-25 15:32:08 -07:00
robots.txt Move zephyr/static to just static. 2013-07-29 12:11:26 -04:00