mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| locale | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||
| favicon.ico | ||
| node_modules | ||
| robots.txt | ||