mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
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:
committed by
Tim Abbott
parent
10f0d5dce3
commit
b141c28855
@@ -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",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user