mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +00:00
dropdown_list_widget: Add privacy icons for stream options.
This commit adds privacy icons before the stream names in dropdown-list widget for "New user announcements", "New stream announcements" settings and for stream dropdown in "Move message" and "Move topic" modal. Fixes part of #22355.
This commit is contained in:
@@ -417,6 +417,7 @@ export function get_available_streams_for_moving_messages(current_stream_id) {
|
||||
.map((stream) => ({
|
||||
name: stream.name,
|
||||
value: stream.stream_id.toString(),
|
||||
stream,
|
||||
}))
|
||||
.sort((a, b) => {
|
||||
if (a.name.toLowerCase() < b.name.toLowerCase()) {
|
||||
|
||||
Reference in New Issue
Block a user