From a0bca42a7ad98a37f4bdc4d7adc419471163edfb Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 5 May 2021 22:03:28 +0200 Subject: Update vendor (#1461) * Update vendored libs * Fix slack api changes --- bridge/slack/users_channels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bridge/slack/users_channels.go') diff --git a/bridge/slack/users_channels.go b/bridge/slack/users_channels.go index 6886414e..41fd0bd8 100644 --- a/bridge/slack/users_channels.go +++ b/bridge/slack/users_channels.go @@ -283,7 +283,7 @@ func (b *channels) populateChannels(wait bool) { // We only retrieve public and private channels, not IMs // and MPIMs as those do not have a channel name. queryParams := &slack.GetConversationsParameters{ - ExcludeArchived: "true", + ExcludeArchived: true, Types: []string{"public_channel,private_channel"}, } for { -- cgit v1.2.3