LPgenerator / mattermost_bot

MatterBot - A chat bot for MatterMost (http://www.mattermost.org).
MIT License
211 stars 60 forks source link

Fix for mattermost 3.5 #26 #27

Closed thorlock12 closed 7 years ago

thorlock12 commented 7 years ago
- fix user_id/team_id move in api response
- fix moved profiles endpoint
- fix channels endpoint changed from dict to list

I think that's it. I had a quick check of the api endpoints the bot users, and all the others seem to work ok.

Grokzen commented 7 years ago

Is this compatible with older versions of MM?

thorlock12 commented 7 years ago

No, sorry.

Probably need to add a version setting and determine what to use based on that. I'll have a think about that and make the needed changes.

gotlium commented 7 years ago

Thanks. Fixes for MM v3.5 now available at PyPi.