mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
hashchange: Convert module to TypeScript. (#32670)
This commit is contained in:
@@ -46,7 +46,7 @@ export function is_same_server_message_link(url: string): boolean {
|
||||
);
|
||||
}
|
||||
|
||||
export function is_overlay_hash(hash: string): boolean {
|
||||
export function is_overlay_hash(hash: string | undefined): boolean {
|
||||
// Hash changes within this list are overlays and should not unnarrow (etc.)
|
||||
const overlay_list = [
|
||||
// In 2024, stream was renamed to channel in the Zulip API and UI.
|
||||
|
||||
Reference in New Issue
Block a user