diff --git a/web/src/stream_edit_subscribers.ts b/web/src/stream_edit_subscribers.ts
index c55dcf5b90..5195cdd67b 100644
--- a/web/src/stream_edit_subscribers.ts
+++ b/web/src/stream_edit_subscribers.ts
@@ -52,6 +52,7 @@ function format_member_list_elem(person: User, user_can_remove_subscribers: bool
can_remove_subscribers: user_can_remove_subscribers,
for_user_group_members: false,
img_src: people.small_avatar_url_for_person(person),
+ is_bot: person.is_bot,
});
}
diff --git a/web/templates/user_display_only_pill.hbs b/web/templates/user_display_only_pill.hbs
index cae9b86ea1..4115631f50 100644
--- a/web/templates/user_display_only_pill.hbs
+++ b/web/templates/user_display_only_pill.hbs
@@ -16,4 +16,7 @@
{{#unless is_active}}
{{/unless}}
+ {{#if is_bot}}
+
+ {{/if}}