compose notifications: Add # before stream name in notification header.

This commit is contained in:
evykassirer 2022-11-16 15:03:21 -08:00 committed by Tim Abbott
parent ee04677d4b
commit 291df7ac2a
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ export function send_test_notification(content) {
// Handlebars templates that will do further escaping.
function get_message_header(message) {
if (message.type === "stream") {
return message.stream + " > " + message.topic;
return `#${message.stream} > ${message.topic}`;
}
if (message.display_recipient.length > 2) {
return $t(