narrow: Migrate uses of by function to activate function.

This is part of renaming effort of `narrow` to `message_view`.
This commit is contained in:
Aman Agrawal
2024-06-05 06:54:45 +00:00
committed by Tim Abbott
parent 552ab984a9
commit 9374195418
7 changed files with 85 additions and 19 deletions

View File

@@ -318,7 +318,7 @@ run_test("basic mappings", () => {
assert_mapping("c", compose_actions, "start");
assert_mapping("x", compose_actions, "start");
assert_mapping("P", narrow, "by");
assert_mapping("P", narrow, "activate");
assert_mapping("g", gear_menu, "toggle");
});