slackhq / slack-api-docs

API Docs for Slack.com
https://api.slack.com/
426 stars 85 forks source link

rtm.start ~> team.icon.image_default: "1" #79

Closed srhb closed 6 years ago

srhb commented 7 years ago

According to the docs,

If a team has not yet set a custom icon, the value ofteam.icon.image_default will be true.

However, what I'm receiving on a newly created workspace is "image_default": "1"

mpickering/slack-api#78

morozgrafix commented 7 years ago

Thank you for reporting it. It seems that it was a bug on our end and we have pushed the fix to make sure boolean value is returned for rtm.start as well as team.info methods.

Thanks.

morozgrafix commented 7 years ago

@mccreath @Roach I think it's safe to close this.