Tim Jacomb

Results 1212 comments of Tim Jacomb

Please create a new issue if you have gone through the troubleshooting steps in the README

you shouldn't set teamDomain and base url, but that's not causing this problem I believe you can't currently set bot user to false if its true in global config It's...

Correct what's your usecase for overriding the default in global configuration?

but why can't you use the globally configured app? I know the limitation and will accept reasonable PRs to fix it, but don't understand the usecase

@thara if it’s set to false globally you should be able to set it to true with slackSend

> Would a simple > > ``` > boolean botUser = Util.fixEmpty(this.botUser) != null ? this.botUser : descriptor.isBotUser(); > ``` > > fix this? doesn't fixEmpty operator on strings? this...

> Chiming in to follow this thread. I am having the same issue because my use case is this: > Two different Slack instances. > Want to use slackUploadFile -...