people.js: Rename add() to add_active_user().

This commit is contained in:
clarammdantas
2020-05-26 17:34:15 -03:00
committed by Tim Abbott
parent c90c8c0b19
commit aae7c79c00
41 changed files with 219 additions and 187 deletions

View File

@@ -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;