mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
people.js: Rename add() to add_active_user().
This commit is contained in:
committed by
Tim Abbott
parent
c90c8c0b19
commit
aae7c79c00
@@ -135,7 +135,7 @@ run_test('reply_message_private', () => {
|
||||
email: 'fred@example.com',
|
||||
full_name: 'Fred Frost',
|
||||
};
|
||||
people.add(fred);
|
||||
people.add_active_user(fred);
|
||||
|
||||
people.is_my_user_id = () => false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user