mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
stream_id: Replace empty string with undefined.
This commit also limits `stream_bar.decorate` to only be able to be called for stream messages, since it's an undefined string_id is no longer a sign that you're dealing with a DM.
This commit is contained in:
@@ -218,7 +218,6 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/spectators.ts",
|
||||
"web/src/spoilers.ts",
|
||||
"web/src/starred_messages_ui.js",
|
||||
"web/src/stream_bar.js",
|
||||
"web/src/stream_color.js",
|
||||
"web/src/stream_color_events.js",
|
||||
"web/src/stream_create.js",
|
||||
|
||||
Reference in New Issue
Block a user