Skip to content

Commit

Permalink
Merge pull request #18 from bigbluebutton/develop
Browse files Browse the repository at this point in the history
chore: update from develop (1.3.2)
  • Loading branch information
prlanzarin authored Nov 9, 2022
2 parents cb02e39 + f16498d commit 699b7a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/express/proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ proxy.on('proxyReq', (proxyReq, req) => {
const web = (req, res) => {
const { padId } = req.params;
const { groupId } = parsePadId(padId);
api.call('createAuthor', { name: 'proxy' }).then(response => {
api.call('createAuthor', { name: `proxy-${padId}` }).then(response => {
const authorId = response.authorID;
logger.trace(ids.USER, 'created', { groupId, authorId });
api.call('createSession', {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbb-pads",
"version": "1.3.1",
"version": "1.3.2",
"description": "BigBlueButton's pads manager",
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 699b7a1

Please sign in to comment.