unreads: Use _html naming convention for content rendered as HTML.

Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
apoorvapendse
2025-07-19 17:02:24 +05:30
committed by Tim Abbott
parent 208372d0d2
commit a7664187df
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ function handle_skipped_unsubscribed_streams(
"conjunction",
);
const rendered_html = render_skipped_marking_unread({
streams: formatted_stream_list_text,
streams_html: formatted_stream_list_text,
});
$container.html(rendered_html);
};

View File

@@ -1,4 +1,4 @@
{{#tr}}
Because you are not subscribed to <z-streams></z-streams>, messages in this channel were not marked as unread.
{{#*inline "z-streams"}}<strong>{{{streams}}}</strong>{{/inline}}
{{#*inline "z-streams"}}<strong>{{{streams_html}}}</strong>{{/inline}}
{{/tr}}