ac-node-hipchat
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -218,3 +218,3 @@ var _ = require('lodash'); | ||
var resourceUrl = this._tenant.links.api + '/room/' + param(roomIdOrName) + '/member/' + param(userIdOrEmail); | ||
return self.getToken('send_message').then(function (token) { | ||
return self.getToken('admin_room').then(function (token) { | ||
return self._client.addRoomMember(resourceUrl, token); | ||
@@ -221,0 +221,0 @@ }); |
@@ -5,3 +5,3 @@ { | ||
"description": "A common module plugin for building Atlassian Connect add-ons for HipChat", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"author": "Atlassian (http://atlassian.com)", | ||
@@ -8,0 +8,0 @@ "license": "Apache 2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114083