simple-slack-api icon indicating copy to clipboard operation
simple-slack-api copied to clipboard

ChannelHistoryModule can not fetch message content which is posted by slackbot

Open phuongdt opened this issue 7 years ago • 1 comments

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());

phuongdt avatar Aug 25 '17 04:08 phuongdt

should be fixed with https://github.com/Ullink/simple-slack-api/commit/c69eb3765dd82d21be4a2428eb670cf66a4b48b8

bcorne avatar Oct 09 '17 12:10 bcorne