simple-slack-api
simple-slack-api copied to clipboard
ChannelHistoryModule can not fetch message content which is posted by slackbot
ChannelHistoryModule can not fetch message content which is posted by slackbot I use function to get message history from a channel, but it can not receive message which posted by slackbot
SlackChannel channel = session.findChannelByName(channelName);
ChannelHistoryModule channelHistoryModule = ChannelHistoryModuleFactory.createChannelHistoryModule(session);
List<SlackMessagePosted> messages = channelHistoryModule.fetchHistoryOfChannel(channel.getId());
should be fixed with https://github.com/Ullink/simple-slack-api/commit/c69eb3765dd82d21be4a2428eb670cf66a4b48b8