hashchange: Change #all-messages to #feed.

This commit changes the hash for the combined feed view from the
legacy #all-messages to #feed.

Fixes #27802.
This commit is contained in:
nimishmedatwal
2024-04-24 00:28:34 +05:30
committed by Tim Abbott
parent 10f0d5dce3
commit b141c28855
6 changed files with 25 additions and 9 deletions

View File

@@ -119,7 +119,11 @@ export function is_spectator_compatible(hash: string): boolean {
"keyboard-shortcuts",
"message-formatting",
"search-operators",
// TODO/compatibility: #all_messages was renamed to #feed
// in 2024. We should support the old URL fragment at least
// until one cannot directly upgrade from Zulip 8.x.
"all_messages",
"feed",
"about-zulip",
];