mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 11:30:25 +01:00
Currently, if messages are generated using bot users, such messages will crash slack_backup, since user.list API method returns only regular users. In this commit there is detected a situation, where we have 'bot_id' in the data, and in case there is no such user in local database, create it using data from bot.info API call.