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:
evykassirer
2023-09-26 11:28:39 -07:00
committed by Tim Abbott
parent 07e6bcda7c
commit 77fc836edf
14 changed files with 28 additions and 28 deletions

View File

@@ -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",