Slack: Use access_token to Set Purpose of channel
This commit is contained in:
parent
52347fa379
commit
703af16e8b
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ void SlackSession::setPurpose(const std::string &purpose, const std::string &cha
|
|||
}
|
||||
|
||||
LOG4CXX_INFO(logger, "Setting channel purppose: " << ch << " " << purpose);
|
||||
m_rtm->getAPI()->setPurpose(ch, purpose);
|
||||
m_api->setPurpose(ch, purpose);
|
||||
}
|
||||
|
||||
void SlackSession::joinRoom(std::vector<std::string> args) {
|
||||
|
|
Loading…
Add table
Reference in a new issue