mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
activity: Extract new activity_ui module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
69ceff4995
commit
13d1241eed
@@ -4,7 +4,7 @@
|
||||
// (We should do bot updates here too.)
|
||||
import $ from "jquery";
|
||||
|
||||
import * as activity from "./activity";
|
||||
import * as activity_ui from "./activity_ui";
|
||||
import * as blueslip from "./blueslip";
|
||||
import * as compose from "./compose";
|
||||
import * as message_live_update from "./message_live_update";
|
||||
@@ -57,7 +57,7 @@ export const update_person = function update(person) {
|
||||
people.set_full_name(person_obj, person.full_name);
|
||||
|
||||
settings_users.update_user_data(person.user_id, person);
|
||||
activity.redraw();
|
||||
activity_ui.redraw();
|
||||
message_live_update.update_user_full_name(person.user_id, person.full_name);
|
||||
pm_list.update_private_messages();
|
||||
if (people.is_my_user_id(person.user_id)) {
|
||||
|
||||
Reference in New Issue
Block a user