We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d2a350 + cfa6aed commit ab20f68Copy full SHA for ab20f68
slack.go
@@ -137,8 +137,7 @@ func (metaClient *slackMetaClient) getChannels(ctx context.Context) (channelList
137
138
func (metaClient *slackMetaClient) getChannelByID(ctx context.Context, id string) (*slack.Channel, error) {
139
return metaClient.slackClient.GetConversationInfoContext(ctx, &slack.GetConversationInfoInput{
140
- ChannelID: id,
141
- IncludeLocale: true,
+ ChannelID: id,
142
})
143
}
144
0 commit comments