Changeset - cedac0a9b001
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2016-02-01 10:16:06
jkaluza@redhat.com
Fix leaving the room
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum/src/frontends/slack/SlackSession.cpp
Show inline comments
 
@@ -211,7 +211,7 @@ void SlackSession::handleSlackChannelCreated(const std::string &channelId) {
 

	
 
void SlackSession::leaveRoom(const std::string &channel) {
 
	std::string channelId = m_idManager->getId(channel);
 
	std::string to = m_channel2jid[channel];
 
	std::string to = m_channel2jid[channelId];
 
	if (to.empty()) {
 
		LOG4CXX_ERROR(logger, "Spectrum 2 is not configured to transport this Slack channel.")
 
		return;
0 comments (0 inline, 0 general)