mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
admin: Show a lock icon next to private streams.
(imported from commit 26829016cf219b55aef0ef45187667b0a9bd86fd)
This commit is contained in:
@@ -87,8 +87,8 @@ exports.setup_page = function () {
|
||||
});
|
||||
|
||||
// Populate streams table
|
||||
channel.post({
|
||||
url: '/json/get_public_streams',
|
||||
channel.get({
|
||||
url: '/json/streams?include_public=true&include_subscribed=true',
|
||||
timeout: 10*1000,
|
||||
idempotent: true,
|
||||
success: populate_streams,
|
||||
|
||||
Reference in New Issue
Block a user