mirror of
https://github.com/velour/catbase.git
synced 2025-04-04 04:01:42 +00:00
Merge branch 'master' into refactor
This commit is contained in:
commit
e54d7d0012
@ -491,7 +491,7 @@ func (s *SlackApp) getChannel(id string) (*slack.Channel, error) {
|
||||
Str("id", id).
|
||||
Msg("Channel not known, requesting info")
|
||||
|
||||
ch, err := s.api.GetChannelInfo(id)
|
||||
ch, err := s.api.GetConversationInfo(id, false)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user