scheduled-messages-ui: Set channel ID in narrow term to a string.

This commit is contained in:
Lauryn Menard 2024-09-30 19:27:42 +02:00 committed by Tim Abbott
parent 34308efb94
commit d8fd0d8599
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function narrow_via_edit_scheduled_message(compose_args) {
[
{
operator: "channel",
operand: compose_args.stream_id,
operand: compose_args.stream_id.toString(),
},
{operator: "topic", operand: compose_args.topic},
],