Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #610 from raelgc/608-fix-multiple-team-loading
Browse files Browse the repository at this point in the history
Disable quicklist (#608)
  • Loading branch information
raelgc authored Jan 26, 2018
2 parents fffd972 + 2c338a7 commit 62df7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scudcloud/resources/scudcloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ ScudCloud = {
return TS.ui.snippet_dialog.start();
},
listChannels: function(){
// Slack is now including current channel in the unarchived list (Fixes #608)
return TS.channels.getUnarchivedChannelsForUser();
// Temporary returning empty list for the quicklist (Fixes #608)
return [];
},
listTeams: function(){
var currentTeam = {
Expand Down

0 comments on commit 62df7e6

Please sign in to comment.